diff options
author | Jeff Law <law@redhat.com> | 1994-10-04 23:30:39 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-10-04 23:30:39 +0000 |
commit | 05d0c2cce6fc2561f61bed59e18cd25556be1220 (patch) | |
tree | 921bc1445c298c8afce95f71cac1b007d092c239 /gas | |
parent | ea4849d5b7c15403cc7881aadbab40e4e60b64b1 (diff) | |
download | fsf-binutils-gdb-05d0c2cce6fc2561f61bed59e18cd25556be1220.zip fsf-binutils-gdb-05d0c2cce6fc2561f61bed59e18cd25556be1220.tar.gz fsf-binutils-gdb-05d0c2cce6fc2561f61bed59e18cd25556be1220.tar.bz2 |
Add ChangeLog entry that (apparently) I nuked.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 12 |
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) |