diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-09 23:19:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-09 23:19:27 +0000 |
commit | 79c4bb347e058f82ab2150fee95c3bd29ab557de (patch) | |
tree | af3a831e7a4acd5fe464d84f6bd028c6f4022112 /gas | |
parent | 08bac7adef189f6872179d8a9f43f5df0dbae3bb (diff) | |
download | gdb-79c4bb347e058f82ab2150fee95c3bd29ab557de.zip gdb-79c4bb347e058f82ab2150fee95c3bd29ab557de.tar.gz gdb-79c4bb347e058f82ab2150fee95c3bd29ab557de.tar.bz2 |
* config/tc-i386.c (md_assemble): Adjust conditions for changing
BFD_RELOC_32 to BFD_RELOC_386_GOTPC to handle a switch in frags.
Patch originally from Rob Ryan <robr@cmu.edu>.
* config/tc-i386.c: Include subsegs.h.
(tc_i386_fix_adjustable): Declare return value.
(i386_operand): Don't use an assignment directly as a condition.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6f23bb9..82ecc4c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Thu Feb 9 18:16:34 1995 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-i386.c (md_assemble): Adjust conditions for changing + BFD_RELOC_32 to BFD_RELOC_386_GOTPC to handle a switch in frags. + Patch originally from Rob Ryan <robr@cmu.edu>. + + * config/tc-i386.c: Include subsegs.h. + (tc_i386_fix_adjustable): Declare return value. + (i386_operand): Don't use an assignment directly as a condition. + Thu Feb 9 10:37:13 1995 Jeff Law (law@snake.cs.utah.edu) * config/tc-hppa.c (md_apply_fix): In some cases subtract the |