aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2002-07-19 21:30:26 +0000
committerThiemo Seufer <ths@networkno.de>2002-07-19 21:30:26 +0000
commitbad9ca53db89e2390fd03169301dda36252fd899 (patch)
tree26af365bcb8f994112864d61911047839ea63321 /gas/ChangeLog
parenta37de3d3ffe49a03a47d6c0951ed35ab181f2d69 (diff)
downloadgdb-bad9ca53db89e2390fd03169301dda36252fd899.zip
gdb-bad9ca53db89e2390fd03169301dda36252fd899.tar.gz
gdb-bad9ca53db89e2390fd03169301dda36252fd899.tar.bz2
* config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL
instead of S_IS_EXTERN. (md_estimate_size_before_relax): Likewise. (mips_fix_adjustable): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 23aa3aa..11ff145 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+ * config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL
+ instead of S_IS_EXTERN.
+ (md_estimate_size_before_relax): Likewise.
+ (mips_fix_adjustable): Likewise.
+
+2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
* config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
2002-07-19 Miroslav Tichy <tichm9am@ss1000.ms.mff.cuni.cz>