aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2004-12-10 19:48:21 +0000
committerIan Lance Taylor <ian@airs.com>2004-12-10 19:48:21 +0000
commitaa6975fbb31187d739eeb94d715c0118e2425937 (patch)
treebc611f4894169fcba7fd058df1f24dd990d98333 /gas/NEWS
parent01926a693560658e7293190549a9c2cee946811a (diff)
downloadfsf-binutils-gdb-aa6975fbb31187d739eeb94d715c0118e2425937.zip
fsf-binutils-gdb-aa6975fbb31187d739eeb94d715c0118e2425937.tar.gz
fsf-binutils-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/NEWS')
-rw-r--r--gas/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 28db422..92b42de 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -19,6 +19,8 @@
* Support for ColdFire EMAC instructions added and Motorola syntax for MAC/EMAC
instrucitons.
+* New command line option -mno-shared for MIPS ELF targets.
+
* New command line option --alternate and pseudo-ops .altmacro and .noaltmacro
added to enter (and leave) alternate macro syntax mode.