diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-14 23:13:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-14 23:13:13 +0000 |
commit | ae09d880bdb0dd56036953766f30a83826896e79 (patch) | |
tree | a93e714cfd5d3a06dd5be3c2be2c60cac9ea14f2 /gas/ChangeLog | |
parent | 7393a6f0b1947ba825d4107b297a709559ad1dca (diff) | |
download | gdb-ae09d880bdb0dd56036953766f30a83826896e79.zip gdb-ae09d880bdb0dd56036953766f30a83826896e79.tar.gz gdb-ae09d880bdb0dd56036953766f30a83826896e79.tar.bz2 |
From Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Remove duplicate setting of cpu_type. Check
whether opcodes library is required for on all targets, not just
primary one.
* configure: Rebuild.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 04e5f3c..0d61fd1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -11,6 +11,12 @@ Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.d Wed Feb 14 13:43:24 1996 Ian Lance Taylor <ian@cygnus.com> + From Alan Modra <alan@spri.levels.unisa.edu.au>: + * configure.in: Remove duplicate setting of cpu_type. Check + whether opcodes library is required for on all targets, not just + primary one. + * configure: Rebuild. + * config/tc-mips.c (mips_big_got): New static variable. (s_extern): Don't declare. (reg_needs_delay): New static function. |