as -gstabs does not work on ia64
Andrew Cagney
ac131313@cygnus.com
Thu Nov 15 01:04:00 GMT 2001
More information about the Binutils mailing list
Thu Nov 15 01:04:00 GMT 2001
- Previous message (by thread): as -gstabs does not work on ia64
- Next message (by thread): as -gstabs does not work on ia64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Hi Andreas,
>
>
>> How about this:
>>
>> case OPTION_GSTABS:
>> +#ifdef TC_IA64
>> + as_fatal (_("--gstabs is not supported for ia64"));
>> +#else
>> debug_type = DEBUG_STABS;
>> +#endif
>> break;
>
>
> I would prefer not to see target specific code enter the generic
> sources like this. (Even though it has been done elsewhere). I would
> prefer to see either the IA64 backend detecting that --gstabs had been
> specified and issuing an error message (say during md_parse_args) or
> else have tc-ia64.h define a macro which is then tested in
> parse_args().
Can it be fixed? Source level assembler debuging is an increasingly
popular feature in GDB.
Andrew
- Previous message (by thread): as -gstabs does not work on ia64
- Next message (by thread): as -gstabs does not work on ia64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list