This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: gas/config cleanups
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Ben Elliston <bje at au1 dot ibm dot com>
- Cc: binutils at sources dot redhat dot com
- Date: Sun, 30 Jan 2005 23:36:31 -0500 (EST)
- Subject: Re: gas/config cleanups
- References: <20050131041058.GA28604@namadgi>
On Mon, 31 Jan 2005, Ben Elliston wrote:
> I wasn't recursively searching the week before last for #if 0'd code
> in gas, so I missed the gas/config subdirectory. This patch remedies
> that. Tested with an --enable-targets=all build of gas.
>
> Okay to commit?
Not the tc-cris.h code; it serves a documentary purpose, so
please don't commit that.
> Index: tc-cris.h
> ===================================================================
> RCS file: /home/bje/src-cvs/src/gas/config/tc-cris.h,v
> retrieving revision 1.11
> diff -u -p -u -r1.11 tc-cris.h
> --- tc-cris.h 4 Nov 2004 15:00:37 -0000 1.11
> +++ tc-cris.h 31 Jan 2005 04:08:35 -0000
> @@ -129,14 +129,6 @@ extern int md_cris_force_relocation PARA
>
> #define LISTING_HEADER "GAS for CRIS"
>
> -#if 0
> -/* The testsuite does not let me define these, although they IMHO should
> - be preferred over the default. */
> -#define LISTING_WORD_SIZE 2
> -#define LISTING_LHS_WIDTH 4
> -#define LISTING_LHS_WIDTH_SECOND 4
> -#endif
> -
> /* END of declaration and definitions described in the "internals"
> document. */
brgds, H-P