GDB Administrator
ad96afffb8
Automatic date update in version.in
2023-05-25 00:01:18 +00:00
GDB Administrator
e4123826be
Automatic date update in version.in
2023-05-24 00:01:15 +00:00
Nick Clifton
0dc8f96598
Updated Swedish translation for the opcodes directory
2023-05-23 13:52:23 +01:00
GDB Administrator
74117e6816
Automatic date update in version.in
2023-05-23 00:02:22 +00:00
GDB Administrator
8216b5dcd3
Automatic date update in version.in
2023-05-22 00:01:02 +00:00
GDB Administrator
54006ac12a
Automatic date update in version.in
2023-05-21 00:01:15 +00:00
GDB Administrator
bc250e870a
Automatic date update in version.in
2023-05-20 00:01:35 +00:00
GDB Administrator
b105651f32
Automatic date update in version.in
2023-05-19 00:01:38 +00:00
GDB Administrator
e31ef62d52
Automatic date update in version.in
2023-05-18 00:01:11 +00:00
GDB Administrator
7e21c2c001
Automatic date update in version.in
2023-05-17 00:01:18 +00:00
GDB Administrator
8fc62d1680
Automatic date update in version.in
2023-05-16 00:01:28 +00:00
GDB Administrator
8dd8b2c842
Automatic date update in version.in
2023-05-15 00:01:14 +00:00
GDB Administrator
c2a8015f93
Automatic date update in version.in
2023-05-14 00:01:11 +00:00
GDB Administrator
208e96699d
Automatic date update in version.in
2023-05-13 00:01:14 +00:00
GDB Administrator
f09e2c36bf
Automatic date update in version.in
2023-05-12 00:01:58 +00:00
GDB Administrator
d6b50fbb42
Automatic date update in version.in
2023-05-11 00:00:59 +00:00
GDB Administrator
521b45af21
Automatic date update in version.in
2023-05-10 00:02:38 +00:00
GDB Administrator
37a386421f
Automatic date update in version.in
2023-05-09 00:01:55 +00:00
GDB Administrator
324e0b75a3
Automatic date update in version.in
2023-05-08 00:01:26 +00:00
GDB Administrator
3bf6987e4f
Automatic date update in version.in
2023-05-07 00:01:27 +00:00
GDB Administrator
a49a58ae6b
Automatic date update in version.in
2023-05-06 00:01:33 +00:00
GDB Administrator
ba0e140079
Automatic date update in version.in
2023-05-05 00:01:39 +00:00
GDB Administrator
85560e49e0
Automatic date update in version.in
2023-05-04 00:00:59 +00:00
GDB Administrator
be6f9e6680
Automatic date update in version.in
2023-05-03 00:01:32 +00:00
GDB Administrator
9f69de4882
Automatic date update in version.in
2023-05-02 00:01:39 +00:00
GDB Administrator
720b33274c
Automatic date update in version.in
2023-05-01 00:01:26 +00:00
GDB Administrator
3794d7e00b
Automatic date update in version.in
2023-04-30 00:01:21 +00:00
GDB Administrator
2ba1b8bfee
Automatic date update in version.in
2023-04-29 00:01:22 +00:00
GDB Administrator
1d7a8a6fd8
Automatic date update in version.in
2023-04-28 00:01:33 +00:00
GDB Administrator
74d6dcb6f6
Automatic date update in version.in
2023-04-27 00:01:18 +00:00
GDB Administrator
8c6f96a6ca
Automatic date update in version.in
2023-04-26 00:01:36 +00:00
GDB Administrator
ede198f7a6
Automatic date update in version.in
2023-04-25 00:01:37 +00:00
Nick Clifton
85c5365527
New Georgian translation for the bfd sub-directory.
2023-04-24 13:07:06 +01:00
GDB Administrator
f54631f853
Automatic date update in version.in
2023-04-24 00:01:01 +00:00
GDB Administrator
cfcfe638fb
Automatic date update in version.in
2023-04-23 00:01:34 +00:00
GDB Administrator
e7b2c90235
Automatic date update in version.in
2023-04-22 00:00:51 +00:00
GDB Administrator
97eb0413e9
Automatic date update in version.in
2023-04-21 00:01:00 +00:00
GDB Administrator
594dcc92e8
Automatic date update in version.in
2023-04-20 00:01:19 +00:00
Nick Clifton
4671be001e
Updated Hungarian translation for the gprof directory
2023-04-19 10:37:02 +01:00
GDB Administrator
fbf5c5942a
Automatic date update in version.in
2023-04-19 00:01:58 +00:00
GDB Administrator
850c6228d0
Automatic date update in version.in
2023-04-18 00:01:36 +00:00
GDB Administrator
19f8c226de
Automatic date update in version.in
2023-04-17 00:01:38 +00:00
GDB Administrator
82c733aa63
Automatic date update in version.in
2023-04-16 00:01:16 +00:00
GDB Administrator
27feb01ccd
Automatic date update in version.in
2023-04-15 00:01:20 +00:00
GDB Administrator
1d717e8ee5
Automatic date update in version.in
2023-04-14 00:01:09 +00:00
GDB Administrator
7e524e54c4
Automatic date update in version.in
2023-04-13 00:00:54 +00:00
GDB Administrator
e718027dda
Automatic date update in version.in
2023-04-12 00:00:50 +00:00
H.J. Lu
ded035f913
lto: Don't add indirect symbols for versioned aliases in IR
...
Linker adds indirect symbols for versioned symbol aliases, which are
created by ".symver foo, foo@FOO", by checking symbol type, value and
section so that references to foo will be replaced by references to
foo@FOO if foo and foo@FOO have the same symbol type, value and section.
But in IR, since all symbols of the same type have the same value and
section, we can't tell if a symbol is an alias of another symbol by
their types, values and sections. We shouldn't add indirect symbols
for versioned symbol aliases in IR.
bfd/
PR ld/30281
* elflink.c (elf_link_add_object_symbols): Don't add indirect
symbols for ".symver foo, foo@FOO" aliases in IR.
ld/
PR ld/30281
* testsuite/ld-plugin/lto.exp: Add PR ld/30281 test.
* testsuite/ld-plugin/pr30281.t: New file.
* testsuite/ld-plugin/pr30281.c: Likewise.
(cherry picked from commit 79cfb928f5
)
2023-04-11 09:25:09 -07:00
GDB Administrator
7a06052ee6
Automatic date update in version.in
2023-04-11 00:00:51 +00:00
GDB Administrator
eff44adc6e
Automatic date update in version.in
2023-04-10 00:01:09 +00:00