aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-08-18 15:02:56 +0000
committerIan Lance Taylor <ian@airs.com>1995-08-18 15:02:56 +0000
commitb4ec75e09f7b1d80a5252ecc236e1b92660bce7e (patch)
treea6d4e70e6fea20bcf64000bfe0fd6c103a003667 /gas/ChangeLog
parent673e1bab44eae4dd31c45ea2b84d025f5ac00d5e (diff)
downloadgdb-b4ec75e09f7b1d80a5252ecc236e1b92660bce7e.zip
gdb-b4ec75e09f7b1d80a5252ecc236e1b92660bce7e.tar.gz
gdb-b4ec75e09f7b1d80a5252ecc236e1b92660bce7e.tar.bz2
* config/tc-m68k.c: Include subsegs.h.
(m68k_ip): Pass 64 rather than -1 to add_Fix in 'B' 'B' case. (md_pcrel_from): If fx_pcrel_adjust is 64, use -1 instead. You can't portably store negative numbers in a char.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index b3c1c6ab..dd3d2d9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+Fri Aug 18 10:58:09 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * config/tc-m68k.c: Include subsegs.h.
+ (m68k_ip): Pass 64 rather than -1 to add_Fix in 'B' 'B' case.
+ (md_pcrel_from): If fx_pcrel_adjust is 64, use -1 instead.
+
+ * config/tc-sparc.h (tc_fix_adjustable): For OBJ_AOUT case, adjust
+ BFD_RELOC_16 and BFD_RELOC_32 relocs.
+
Wed Aug 16 14:48:44 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
* as.h (alloca): Use void* declaration on HP/UX.
@@ -545,7 +554,6 @@ Mon Jul 31 18:19:26 1995 steve chamberlain <sac@slash.cygnus.com>
* gasp.c (main): Parse -I option.
(do_include): Look through include list.
* gasp.c (change_base): Don't modify numbers in strings.
- (pr7583)
Mon Jul 31 12:16:21 1995 Ian Lance Taylor <ian@cygnus.com>