On Wed, Apr 6, 2011 at 9:44 AM, Tristan Gingold wrote:
>
> On Apr 6, 2011, at 3:06 AM, Nathan Froyd wrote:
>
>> My changes that moved bits of final.c to dbxout.c caused compilation
>> failures on targets that *didn't* enable DBX_DEBUGGING_INFO, since some
>> now-static symbols could be unused. To
On Apr 6, 2011, at 3:06 AM, Nathan Froyd wrote:
> My changes that moved bits of final.c to dbxout.c caused compilation
> failures on targets that *didn't* enable DBX_DEBUGGING_INFO, since some
> now-static symbols could be unused. To fix this, the patch below moves
> all the new static variables
My changes that moved bits of final.c to dbxout.c caused compilation
failures on targets that *didn't* enable DBX_DEBUGGING_INFO, since some
now-static symbols could be unused. To fix this, the patch below moves
all the new static variables and two macros that use some of said
variables below an #