This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] New ia64 @slotcount pseudo func


On Wed, Nov 04, 2009 at 12:09:18AM -0800, Douglas B Rupp wrote:
> Question: When I look at what gets passed to ia64_parse_name in gdb vs.  
> what's in the .s file, it appears that extraneous whitespace has already  
> been removed. Under what circumstances would there be whitespace between  
> parameters?

On ia64 you won't need to worry about skipping whitespace since it
will have been removed by the preprocessor.  (On some other targets
you do need to handle whitespace in expressions, due to chars put
in tc_symbol_chars.)

-- 
Alan Modra
Australia Development Lab, IBM


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