This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Minor arm cleanup


> 
> We generally frown upon lower-case macros.
> 
> This change changes the bad_pc and bad_args macros to be upper case.  That's
> it.
> 
> 	* tc-arm.c (bad_args, bad_pc): Renamed to BAD_ARGS and BAD_PC
> 	respectively.

Hmm, When I wrote this originally, bad_args and bad_pc were variables, so 
that compilers (eg sparcworks) that didn't put strings into read-only 
sections wouldn't generate dozens of duplicate strings.  My guess is that 
with the change to internationalize the strings this "optimization" was 
lost.

R.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]