diff options
author | Jeff Law <law@redhat.com> | 1994-12-29 03:59:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-12-29 03:59:28 +0000 |
commit | 582d2a4d37010a326b44175bbd0d0d5aa808d0fa (patch) | |
tree | 1f1c084b51cdf18bc34f8c77bef2dd9fb232e72b | |
parent | c3a1888801fa75aa44a417b2c62b66b08cf68c6b (diff) | |
download | gdb-582d2a4d37010a326b44175bbd0d0d5aa808d0fa.zip gdb-582d2a4d37010a326b44175bbd0d0d5aa808d0fa.tar.gz gdb-582d2a4d37010a326b44175bbd0d0d5aa808d0fa.tar.bz2 |
* config/tc-hppa.c (pa_subspace): For sections with the ZERO
attribute, set the "bss" field in the appropriate seginfo structure.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8182d16..96bd0a4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 28 20:57:37 1994 Jeff Law (law@snake.cs.utah.edu) + + * config/tc-hppa.c (pa_subspace): For sections with the ZERO + attribute, set the "bss" field in the appropriate seginfo structure. + Wed Dec 28 15:01:01 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * subsegs.h: Include obstack.h. |