aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-13 17:19:27 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-13 17:19:27 +0000
commitf00f5ecd1dfe466c1a25dd50032f4f1f6d72b9f6 (patch)
tree056fe5625e13e95adcd945b64f88adb35c381f06 /gas/ChangeLog
parent2e977a3ae49f9c9508b2e2ad0113efecebc7a890 (diff)
downloadgdb-f00f5ecd1dfe466c1a25dd50032f4f1f6d72b9f6.zip
gdb-f00f5ecd1dfe466c1a25dd50032f4f1f6d72b9f6.tar.gz
gdb-f00f5ecd1dfe466c1a25dd50032f4f1f6d72b9f6.tar.bz2
* write.c (relax_and_size_seg): Change to the segment we are
relaxing, in case md_convert_frag, called by cvt_frag_to_fill, wants to call fix_new. * config/tc-m68k.c (m68k_ip): Permit PC relative code if the segment of the symbol is the current segment, not just in text_section. (md_convert_frag_1): Don't call subseg_change. (md_estimate_size_before_relax): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c25d8d1..08065c0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,14 @@
+Wed Sep 13 12:33:03 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * write.c (relax_and_size_seg): Change to the segment we are
+ relaxing, in case md_convert_frag, called by cvt_frag_to_fill,
+ wants to call fix_new.
+ * config/tc-m68k.c (m68k_ip): Permit PC relative code if the
+ segment of the symbol is the current segment, not just in
+ text_section.
+ (md_convert_frag_1): Don't call subseg_change.
+ (md_estimate_size_before_relax): Likewise.
+
Tue Sep 12 10:36:40 1995 Doug Evans <dje@canuck.cygnus.com>
* config/tc-arm.c (md_atof): Fix debugging printf, and leave it