diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-07-03 22:15:58 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-07-03 22:15:58 +0000 |
commit | c64efb4be7d6e005f3768494ff671a075225b010 (patch) | |
tree | f7232fc62797412511060975161002aeebe17903 /gas/ChangeLog | |
parent | 0acf065b19253e02ea32188ea0cbdf4e80e3c42d (diff) | |
download | gdb-c64efb4be7d6e005f3768494ff671a075225b010.zip gdb-c64efb4be7d6e005f3768494ff671a075225b010.tar.gz gdb-c64efb4be7d6e005f3768494ff671a075225b010.tar.bz2 |
Don't call section_symbol() with expr_section.
gas/
2010-07-03 Jan Beulich <jbeulich@novell.com>
PR gas/11732
* config/tc-i386.c (i386_finalize_displacement): Don't call
section_symbol() with expr_section.
gas/testsuite/
2010-07-03 Jan Beulich <jbeulich@novell.com>
PR gas/11732
* gas/i386/i386.exp: Run new tests.
* gas/i386/intel-got{32,64}.{s,d}: New.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 50dd6c1..32769f7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2010-07-03 Jan Beulich <jbeulich@novell.com> + + PR gas/11732 + * config/tc-i386.c (i386_finalize_displacement): Don't call + section_symbol() with expr_section. + 2010-07-03 Cary Coutant <ccoutant@google.com> * Makefile.am: Add compress-debug.c and compress-debug.h. |