From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland McGrath To: ian@cygnus.com Cc: Robert.Wilhelm@physik.tu-muenchen.de, hjl@innovix.com, gcc2@cygnus.com, raeburn@cygnus.com, gas2@cygnus.com, rwilhelm@physik.tu-muenchen.de Subject: Re: Bugs in gcc or binutils 2.7? Date: Thu, 18 Jul 1996 13:25:00 -0000 Message-id: <199607182024.QAA11657@delasyd.gnu.ai.mit.edu> References: <199607181946.PAA01041@sanguine.cygnus.com> X-SW-Source: 1996/msg00068.html I agree GCC should be fixed. Obviously `#pragma weak' and __attribute__ ((weak)) should use the same mechanism (they don't now). `#pragma weak' lets you specify undefined externs as weak, which doesn't work with the __attribute__ ((weak)) syntax (I reported this before and suggested two possible ways to fix it, but noone ever did anything about it.)