diff options
author | Alan Modra <amodra@gmail.com> | 2010-11-04 03:30:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-11-04 03:30:05 +0000 |
commit | cef4f75472a54f9dc833d3491a1ee6cf3a5a0968 (patch) | |
tree | 98564a94b22fe5e8e5947da162821c4f90733b9f /gas/ChangeLog | |
parent | 1dd6f20d5ec108230aef1fd3160cc77b268acfa6 (diff) | |
download | gdb-cef4f75472a54f9dc833d3491a1ee6cf3a5a0968.zip gdb-cef4f75472a54f9dc833d3491a1ee6cf3a5a0968.tar.gz gdb-cef4f75472a54f9dc833d3491a1ee6cf3a5a0968.tar.bz2 |
* config/tc-ppc.c (nop_limit): New var.
(OPTION_NOPS): Define.
(md_longopts): Add --nops.
(md_parse_option): Handle it.
(md_show_usage): Publish.
(ppc_handle_align): Pad with a branch followed by nops if more
than nop_limit nops.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5cb95f8..65ca4cb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2010-11-04 Alan Modra <amodra@gmail.com> + + * config/tc-ppc.c (nop_limit): New var. + (OPTION_NOPS): Define. + (md_longopts): Add --nops. + (md_parse_option): Handle it. + (md_show_usage): Publish. + (ppc_handle_align): Pad with a branch followed by nops if more + than nop_limit nops. + 2010-11-03 H.J. Lu <hongjiu.lu@intel.com> PR gas/12186 |