diff options
author | Terry Guo <terry.guo@arm.com> | 2014-09-29 10:12:10 +0800 |
---|---|---|
committer | Terry Guo <terry.guo@arm.com> | 2014-09-29 10:12:10 +0800 |
commit | d98b0e2bf6120f50db57ff68eb9b2e00a9a26154 (patch) | |
tree | df624b46ff896cff7e7cadc23c8ef6dabce146df /gas/ChangeLog | |
parent | 1b7ee89b52d48adf343e6ffa8808ff238b8cfb9d (diff) | |
download | gdb-d98b0e2bf6120f50db57ff68eb9b2e00a9a26154.zip gdb-d98b0e2bf6120f50db57ff68eb9b2e00a9a26154.tar.gz gdb-d98b0e2bf6120f50db57ff68eb9b2e00a9a26154.tar.bz2 |
2014-09-29 Terry Guo <terry.guo@arm.com>
* as.c (create_obj_attrs_section): Move it and call it from ...
* write.c (create_obj_attrs_section): ... here.
(subsegs_finish_section): Refactored.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ec11c63..ff149d3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2014-09-29 Terry Guo <terry.guo@arm.com> + + * as.c (create_obj_attrs_section): Move it and call it from ... + * write.c (create_obj_attrs_section): ... here. + (subsegs_finish_section): Refactored. + 2014-09-27 Alan Modra <amodra@gmail.com> * dwarf2dbg.c (all_segs_hash): Delete. |