diff options
author | Andrew Haley <aph@redhat.com> | 2000-02-22 14:43:54 +0000 |
---|---|---|
committer | Andrew Haley <aph@redhat.com> | 2000-02-22 14:43:54 +0000 |
commit | c97ef257d39ad29192e3eeff003106762bbcec2d (patch) | |
tree | 25dfee9a7726071b362608abb4b88bcc08d38b73 /gas/ChangeLog | |
parent | 8027df8989e109409e2661cd9d963f7416f7aba2 (diff) | |
download | gdb-c97ef257d39ad29192e3eeff003106762bbcec2d.zip gdb-c97ef257d39ad29192e3eeff003106762bbcec2d.tar.gz gdb-c97ef257d39ad29192e3eeff003106762bbcec2d.tar.bz2 |
1999-12-30 Andrew Haley <aph@cygnus.com>
* config/tc-mips.c (mips_gp32): New variable.
(macro_build) Use mips_gp32.
(mips_ip): Ditto.
(md_longopts): Add "-mgp32" and "-mgp64".
(md_parse_option): Add OPTION_GP32 and OPTION_GP64.
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 5236204..2653bef 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +1999-12-30 Andrew Haley <aph@cygnus.com> + + * config/tc-mips.c (mips_gp32): New variable. + (macro_build) Use mips_gp32. + (mips_ip): Ditto. + (md_longopts): Add "-mgp32" and "-mgp64". + (md_parse_option): Add OPTION_GP32 and OPTION_GP64. + 2000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br> * config/obj-coff.c (add_lineno): Accept non-positive lineno with |