diff options
author | Nick Clifton <nickc@redhat.com> | 2010-04-29 14:44:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-04-29 14:44:15 +0000 |
commit | 77db8e2e96ba37bb1915261d21f7287f15b67bf8 (patch) | |
tree | 95d5cd9e621e6912a423b1b35b9120b31360df4d /gas/ChangeLog | |
parent | c0643a5132a92140534e5a0de9fd26ca5c5e9060 (diff) | |
download | gdb-77db8e2e96ba37bb1915261d21f7287f15b67bf8.zip gdb-77db8e2e96ba37bb1915261d21f7287f15b67bf8.tar.gz gdb-77db8e2e96ba37bb1915261d21f7287f15b67bf8.tar.bz2 |
* write.c (fixup_segment): Do not assume we know the section a
defined weak symbol is in.
* config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat
weak symbols as not known to be in the same section, even if they
are defined.
* gas/arm/weakdef-1.s: New.
* gas/arm/weakdef-1.d: New.
* gas/arm/weakdef-2.s: New.
* gas/arm/weakdef-2.d: New.
* gas/arm/weakdef-2.l: New.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 961b716..c2b3faa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2010-04-29 Nathan Sidwell <nathan@codesourcery.com> + + * write.c (fixup_segment): Do not assume we know the section a + defined weak symbol is in. + * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat + weak symbols as not known to be in the same section, even if they + are defined. + 2010-04-27 Joseph Myers <joseph@codesourcery.com> * config/tc-tic6x.h (tic6x_label_list): New. |