Don't call section_symbol() with expr_section.
commit3ae586eb96759aeae9e7636526dc98fbb727df98
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 3 Jul 2010 22:15:57 +0000 (3 22:15 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 3 Jul 2010 22:15:57 +0000 (3 22:15 +0000)
tree6ebc6f3c1a8d2450ca5e081925e3d2cbc2f88394
parentb0b499c4d40a6329b30f41cc40ac9c7880f74a62
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.
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/intel-got32.d [new file with mode: 0644]
gas/testsuite/gas/i386/intel-got32.s [new file with mode: 0644]
gas/testsuite/gas/i386/intel-got64.d [new file with mode: 0644]
gas/testsuite/gas/i386/intel-got64.s [new file with mode: 0644]