This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/gas ChangeLog config/tc-ppc.c
- From: amodra at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 4 Nov 2010 03:30:09 -0000
- Subject: src/gas ChangeLog config/tc-ppc.c
CVSROOT: /cvs/src
Module name: src
Changes by: amodra@sourceware.org 2010-11-04 03:30:08
Modified files:
gas : ChangeLog
gas/config : tc-ppc.c
Log message:
* 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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4316&r2=1.4317
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-ppc.c.diff?cvsroot=src&r1=1.174&r2=1.175