diff options
author | Jeff Law <law@redhat.com> | 1994-11-16 04:58:48 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-16 04:58:48 +0000 |
commit | e67b3aa3a718fd3547aee619e2da80069e5a60c1 (patch) | |
tree | 56c8ac0ccc9f5d24ea74ffa8823867d619f349df /gas/ChangeLog | |
parent | e38e7f47a8bde45413d94878b5e9250d8f22cb4e (diff) | |
download | gdb-e67b3aa3a718fd3547aee619e2da80069e5a60c1.zip gdb-e67b3aa3a718fd3547aee619e2da80069e5a60c1.tar.gz gdb-e67b3aa3a718fd3547aee619e2da80069e5a60c1.tar.bz2 |
* config/tc-hppa.c (pa_align): New function. Aligns the current
offset within the current subspace along with updating the
alignment of the subspace itself.
(pa_subspace): Default alignment to one byte rathern than zero
bytes to avoid setting alignment to log2(0).
(md_pseudo_table): Use pa_alignment for .align.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0a0c672..43b3eee 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Tue Nov 15 21:44:13 1994 Jeff Law (law@snake.cs.utah.edu) + + * config/tc-hppa.c (pa_align): New function. Aligns the current + offset within the current subspace along with updating the + alignment of the subspace itself. + (pa_subspace): Default alignment to one byte rathern than zero + bytes to avoid setting alignment to log2(0). + (md_pseudo_table): Use pa_alignment for .align. + Tue Nov 15 15:24:45 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * messages.c (as_fatal): Always put a space after "fatal error:" |