diff options
author | Jeff Law <law@redhat.com> | 1993-10-31 08:06:11 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-10-31 08:06:11 +0000 |
commit | 20b39b6f0590a15e228d69da89a3c7f5a2b900c4 (patch) | |
tree | 533dc0f024ea21daeb94395c992c6a0ce78e837d /gas/ChangeLog | |
parent | e75acd689b12126432ca1ef8659d388475f12473 (diff) | |
download | gdb-20b39b6f0590a15e228d69da89a3c7f5a2b900c4.zip gdb-20b39b6f0590a15e228d69da89a3c7f5a2b900c4.tar.gz gdb-20b39b6f0590a15e228d69da89a3c7f5a2b900c4.tar.bz2 |
* write.c (relax_and_size_seg): Correct test to determine
if the section's size was rounded up.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8d60593..61905dd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Sun Oct 31 00:36:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + * write.c (relax_and_size_seg): Correct test to determine if + the section's size was rounded up. + * config/obj-som.h (obj_set_symbol_type): Define a hook so GAS can properly set all the SOM symbol types. * config/tc-hppa.c (pa_symbol_type): New enum to represent the |