diff options
author | Jeff Law <law@redhat.com> | 1993-10-31 07:48:41 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-10-31 07:48:41 +0000 |
commit | e75acd689b12126432ca1ef8659d388475f12473 (patch) | |
tree | 6327aa6b6ebea902f010b3b560d52279dca2bd78 /gas/ChangeLog | |
parent | d191a03cf56cf612a8f2a41baee173757ad661c3 (diff) | |
download | gdb-e75acd689b12126432ca1ef8659d388475f12473.zip gdb-e75acd689b12126432ca1ef8659d388475f12473.tar.gz gdb-e75acd689b12126432ca1ef8659d388475f12473.tar.bz2 |
* 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
symbol types which can be set from an IMPORT/EXPORT statement.
(pa_export_args): Set the pa_symbol_type type based on arguments.
If defined, call obj_set_symbol_type to pass this information on
to the BFD backend.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a0c8e45..8d60593 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ Sun Oct 31 00:36:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + * 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 + symbol types which can be set from an IMPORT/EXPORT statement. + (pa_export_args): Set the pa_symbol_type type based on arguments. + If defined, call obj_set_symbol_type to pass this information on + to the BFD backend. + * read.c (get_stab_string_offset): Set SEC_DEBUGGING for any stab section we make. (s_stab_generic): Likewise. |