aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-11-02 06:10:52 +0000
committerJeff Law <law@redhat.com>1993-11-02 06:10:52 +0000
commit009dc5e1e51a2770064f1072334900c5b995b0df (patch)
treec39acf703a0faeb0e4343fba0a2d4c0fded2645e /gas/ChangeLog
parentd136b7637d755341a6168f8feb79f58c35ccbf11 (diff)
downloadgdb-009dc5e1e51a2770064f1072334900c5b995b0df.zip
gdb-009dc5e1e51a2770064f1072334900c5b995b0df.tar.gz
gdb-009dc5e1e51a2770064f1072334900c5b995b0df.tar.bz2
* struc-symbol.h: Add new "sy_used" field to the symbol structure.
* expr.c (operand): Set sy_used for any symbol used as an operand. (expr): Likewise for any symbol used in an expression. * config/tc-hppa.h (tc_frob_symbol): Define. Punt imported symbols which are never used and absolute symbols which local scope.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3670d1b..a5c3468 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
Mon Nov 1 21:37:04 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
+ * struc-symbol.h: Add new "sy_used" field to the symbol structure.
+ * expr.c (operand): Set sy_used for any symbol used as an operand.
+ (expr): Likewise for any symbol used in an expression.
+ * config/tc-hppa.h (tc_frob_symbol): Define. Punt imported
+ symbols which are never used and absolute symbols which local scope.
+
* config/obj-som.h (obj_frob_file): Define.
* config/obj-som.c (obj_som_init_stab_section): Set alignment
of stab sections. Make space for the special stab entry.