diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-12-07 01:07:33 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-12-07 01:07:33 +0000 |
commit | 542f8b941d534409cb25016e4817a9d84289b7b0 (patch) | |
tree | ef3ba5d860f714c682154fdf8b7d463fc1da8010 /gas/ChangeLog | |
parent | 78d911fd3eb0d9f7ed7ab9dcf24f97c58278db4a (diff) | |
download | gdb-542f8b941d534409cb25016e4817a9d84289b7b0.zip gdb-542f8b941d534409cb25016e4817a9d84289b7b0.tar.gz gdb-542f8b941d534409cb25016e4817a9d84289b7b0.tar.bz2 |
* config/tc-xtensa.c (xg_force_frag_space): Delete.
(xg_finish_frag, xg_assemble_literal_space): Replace calls to it.
(xtensa_create_property_segments, xtensa_create_xproperty_segments):
Set output_section for new property sections. Use subseg_set and
seg_info instead of retrieve_segment_info. Adjust arguments to
add_xt_block_frags and add_xt_prop_frags. Use standard functions
to create frags and fix records.
(retrieve_segment_info): Delete.
(add_xt_block_frags, add_xt_prop_frags): Replace calls to
retrieve_segment_info. Remove unused xt_block_sec arguments.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6d2a351..ba26d2d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +2007-12-06 Bob Wilson <bob.wilson@acm.org> + + * config/tc-xtensa.c (xg_force_frag_space): Delete. + (xg_finish_frag, xg_assemble_literal_space): Replace calls to it. + (xtensa_create_property_segments, xtensa_create_xproperty_segments): + Set output_section for new property sections. Use subseg_set and + seg_info instead of retrieve_segment_info. Adjust arguments to + add_xt_block_frags and add_xt_prop_frags. Use standard functions + to create frags and fix records. + (retrieve_segment_info): Delete. + (add_xt_block_frags, add_xt_prop_frags): Replace calls to + retrieve_segment_info. Remove unused xt_block_sec arguments. + 2007-12-04 Alan Modra <amodra@bigpond.net.au> * config/tc-ppc.c (ppc_tc): Allow a space between toc symbol |