* config/obj-som.h (obj_set_symbol_type): Define a hook so GAS
authorJeff Law <law@redhat.com>
Sun, 31 Oct 1993 07:48:41 +0000 (07:48 +0000)
committerJeff Law <law@redhat.com>
Sun, 31 Oct 1993 07:48:41 +0000 (07:48 +0000)
commite75acd689b12126432ca1ef8659d388475f12473
tree6327aa6b6ebea902f010b3b560d52279dca2bd78
parentd191a03cf56cf612a8f2a41baee173757ad661c3
* 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.
gas/ChangeLog
gas/config/obj-som.h
gas/config/tc-hppa.c