aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-10-04 23:30:39 +0000
committerJeff Law <law@redhat.com>1994-10-04 23:30:39 +0000
commit05d0c2cce6fc2561f61bed59e18cd25556be1220 (patch)
tree921bc1445c298c8afce95f71cac1b007d092c239 /gas
parentea4849d5b7c15403cc7881aadbab40e4e60b64b1 (diff)
downloadgdb-05d0c2cce6fc2561f61bed59e18cd25556be1220.zip
gdb-05d0c2cce6fc2561f61bed59e18cd25556be1220.tar.gz
gdb-05d0c2cce6fc2561f61bed59e18cd25556be1220.tar.bz2
Add ChangeLog entry that (apparently) I nuked.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 371f6fb..384855b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -758,8 +758,16 @@ Tue Aug 23 12:32:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
Tue Aug 16 01:48:20 1994 Jeff Law (law@snake.cs.utah.edu)
- * gas/config/tc-hppa.c (pa_comm): Set sy_frag for the common
- symbol to the zero address frag.
+ * gas/config/tc-hppa.c (pa_comm): Undo last change. Set sy_frag for
+ the common symbol to the zero address frag (the correct fix).
+
+Tue Aug 16 01:48:20 1994 Jeff Law (law@snake.cs.utah.edu)
+
+ * gas/config/tc-hppa.c (pa_comm): Undo last change. Set sy_frag for
+ the common symbol to the zero address frag (the correct fix).
+
+ * config/tc-hppa.c (pa_comm): Set sy_resolved for the common
+ symbol.
Fri Aug 12 17:51:48 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)