diff options
author | Ian Lance Taylor <ian@airs.com> | 2004-12-10 19:48:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2004-12-10 19:48:21 +0000 |
commit | aa6975fbb31187d739eeb94d715c0118e2425937 (patch) | |
tree | bc611f4894169fcba7fd058df1f24dd990d98333 /gas/ChangeLog | |
parent | 01926a693560658e7293190549a9c2cee946811a (diff) | |
download | gdb-aa6975fbb31187d739eeb94d715c0118e2425937.zip gdb-aa6975fbb31187d739eeb94d715c0118e2425937.tar.gz gdb-aa6975fbb31187d739eeb94d715c0118e2425937.tar.bz2 |
* config/tc-mips.c (mips_in_shared): New static variable.
(macro_build_lui): Permit "_gp" if !mips_in_shared.
(md_longopts): Add -mshared and -mno-shared.
(md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED.
(s_cpload): Implement !mips_in_shared case.
(s_cpsetup): Likewise.
* doc/c-mips.texi (MIPS Opts): Document -mno-shared.
* NEWS: Mention -mno-shared.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8a1989f..2d5a186 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2004-12-10 Ian Lance Taylor <ian@wasabisystems.com> + + * config/tc-mips.c (mips_in_shared): New static variable. + (macro_build_lui): Permit "_gp" if !mips_in_shared. + (md_longopts): Add -mshared and -mno-shared. + (md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED. + (s_cpload): Implement !mips_in_shared case. + (s_cpsetup): Likewise. + * doc/c-mips.texi (MIPS Opts): Document -mno-shared. + * NEWS: Mention -mno-shared. + 2004-12-09 Paul Brook <paul@codesourcery.com> * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation |