aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-10-30 23:11:31 +0000
committerJeff Law <law@redhat.com>1993-10-30 23:11:31 +0000
commit548ea75baad331e3534b8df1312d6a374d849066 (patch)
treea51de856de74bb2ff45ca5c77833696763b33e23 /gas/ChangeLog
parent0f3b419c4c71065885292f014fc14e8d86197cae (diff)
downloadgdb-548ea75baad331e3534b8df1312d6a374d849066.zip
gdb-548ea75baad331e3534b8df1312d6a374d849066.tar.gz
gdb-548ea75baad331e3534b8df1312d6a374d849066.tar.bz2
* config/tc-hppa.c (pa_parse_space_stmt): If needed, call
obj_set_section_attributes to pass space attributes to the BFD backend. (create_new_space): Likewise. (create_new_subspace): Likewise for subspace attributes using obj_set_subsection_attributes. (update_subspace): Likewise for subspace attributes using obj_set_subsection_attributes.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 373e196..96c6b40 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,14 @@
Sat Oct 30 14:26:20 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
+ * config/tc-hppa.c (pa_parse_space_stmt): If needed, call
+ obj_set_section_attributes to pass space attributes to the
+ BFD backend.
+ (create_new_space): Likewise.
+ (create_new_subspace): Likewise for subspace attributes using
+ obj_set_subsection_attributes.
+ (update_subspace): Likewise for subspace attributes using
+ obj_set_subsection_attributes.
+
* config/tc-hppa.c (pa_parse_space_stmt): Get segment and sort key
for $TEXT$ and $PRIVATE$ from the default space structure.