diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e88ebff..2d6241d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,19 @@ +2001-03-13 Alan Modra <alan@linuxcare.com.au> + + * config/tc-i386.c (RELOC_ENUM): Define. Use throughout file. + (NUM_FLAG_CODE): Define. + (lex_got): New function. + (got_reloc): New global var. + (x86_cons_fix_new): New function. + (x86_cons): New function. + (i386_immediate): Use lex_got here, replacing inline code. Change + "ignoring junk.." error message to "junk.." + (i386_displacement): Likewise. + * config/tc-i386.h (TC_PARSE_CONS_EXPRESSION): Define. + (x86_cons): Declare. + (TC_CONS_FIX_NEW): Define. + (x86_cons_fix_new): Declare. + 2001-03-12 Nick Clifton <nickc@redhat.com> * config/tc-arm.c (md_begin): Always set machine type based on @@ -6,10 +22,10 @@ 2001-03-07 Alan Modra <alan@linuxcare.com.au> * config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc. - (md_assemble [smallest displacement]): Use correct field of i.op[] + (md_assemble) <smallest displacement>: Use correct field of i.op[] union. - (md_assemble [JumpInterSegment output]): Use correct i.disp_reloc[]. - (md_assemble [immediate output]): Likewise. + <JumpInterSegment output>: Use correct i.disp_reloc[]. + <immediate output>: Likewise. 2001-03-06 Nick Clifton <nickc@redhat.com> |