This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 FIX PR34210,35508 : Missing HI mode libgcc functions


 

> -----Original Message-----
> From: Andy H [mailto:hutchinsonandy@aim.com] 
> Sent: Saturday, March 22, 2008 6:23 PM
> To: gcc-patches@gcc.gnu.org; rask@gcc.gnu.org
> Cc: Weddington, Eric; Anatoly Sokolov
> Subject: PATCH FIX PR34210,35508 : Missing HI mode libgcc functions
> 
> The attached patch creates 16bit libgcc functions currently 
> missing for 
> AVR target.
> 

Hi Andy,

A couple of problems with your patch:
- It is trying to patch config.host, but the patch was not done from the
top level directory. This leaves it open for ambiguity as there is a
config.host in /libgcc and /gcc.
- The patch is attempting to create config/avr/t-avr twice. Again this
patch was not created from the top-level directory, so I can only assume
you meant libgcc/config/avr/t-avr.

Could you generate the patch from the top-level directory, and make sure
there are no duplicates?

Thanks,
Eric Weddington


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