[PATCH]: Add DWARF debugging format support for arm-wince-pe

Pedro Alves pedro_alves@portugalmail.pt
Sat Aug 5 12:18:00 GMT 2006


Andreas Schwab wrote:
> Pedro Alves <pedro_alves@portugalmail.pt> writes:
> 
>> @@ -16379,12 +16412,23 @@ valueT
>>  md_section_align (segT	 segment ATTRIBUTE_UNUSED,
>>  		  valueT size)
>>  {
>> -#ifdef OBJ_ELF
>> -  return size;
>> -#else
>> -  /* Round all sects to multiple of 4.	*/
>> -  return (size + 3) & ~3;
>> +#if (defined (OBJ_AOUT) || defined (OBJ_MAYBE_AOUT))
>> +  if (OUTPUT_FLAVOR == bfd_target_aout_flavour)
>> +    {
>> +      printf ("OUTPUT_FLAVOR == bfd_target_aout_flavour\n");
> 
> Leftover debug output?
> 

Ooops, thanks for noticing.

Updated patch for gas attached.

Cheers,
Pedro Alves
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gas-dwarf.diff
URL: <https://sourceware.org/pipermail/binutils/attachments/20060805/e2096b51/attachment.ksh>


More information about the Binutils mailing list