aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2004-12-11 03:41:31 +0000
committerIan Lance Taylor <ian@airs.com>2004-12-11 03:41:31 +0000
commit6943caf04880e22227fde296e811bc283d9893b4 (patch)
tree3b4379885f4a3a43ccfb977270a56f1efa1dc977 /gas/ChangeLog
parente02147b10c22073d9ab304ce0a95316e86fa8d1c (diff)
downloadgdb-6943caf04880e22227fde296e811bc283d9893b4.zip
gdb-6943caf04880e22227fde296e811bc283d9893b4.tar.gz
gdb-6943caf04880e22227fde296e811bc283d9893b4.tar.bz2
* config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
which is too large in the case of NO_PIC without 64-bit addresses.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2d5a186..ec03c7a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2004-12-10 Ian Lance Taylor <ian@wasabisystems.com>
+ * config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
+ which is too large in the case of NO_PIC without 64-bit
+ addresses.
+
* 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.