aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-05-29 19:59:55 +0000
committerIan Lance Taylor <ian@airs.com>1998-05-29 19:59:55 +0000
commit4ea49053248cb81c7ffc8c1a186f9d0121bcb6b5 (patch)
tree8fe8497cabb59e1289d2dce3b4057faa41f311a8 /gas/ChangeLog
parent05a43d26fe330ec493ec304238c72c7c3c64ebb1 (diff)
downloadgdb-4ea49053248cb81c7ffc8c1a186f9d0121bcb6b5.zip
gdb-4ea49053248cb81c7ffc8c1a186f9d0121bcb6b5.tar.gz
gdb-4ea49053248cb81c7ffc8c1a186f9d0121bcb6b5.tar.bz2
Based on patch from Klaus Kaempf <kkaempf@progis.de>:
* struc-symbol.h (struct broken_word): Add seg and subseg fields. * read.c (emit_expr): Initialize seg and subseg fields of a new broken word. * write.c (write_object_file): Switch to the appropriate segment and subsegment when processing a broken word.
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 b5b1c98..415b950 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
Fri May 29 13:46:07 1998 Ian Lance Taylor <ian@cygnus.com>
+ Based on patch from Klaus Kaempf <kkaempf@progis.de>:
+ * struc-symbol.h (struct broken_word): Add seg and subseg fields.
+ * read.c (emit_expr): Initialize seg and subseg fields of a new
+ broken word.
+ * write.c (write_object_file): Switch to the appropriate segment
+ and subsegment when processing a broken word.
+
* config/tc-m68k.c (mri_assemble): New static function.
(build_mri_control_operand): Call mri_assemble rather than
md_assemble.