public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* alias warning
@ 2001-08-02 19:39 lange92
  2001-08-03  1:05 ` lange92
  0 siblings, 1 reply; 2+ messages in thread
From: lange92 @ 2001-08-02 19:39 UTC (permalink / raw)
  To: gcc-help

Hi all,
  During the course of my attempt to build gnat/rtems I built a cross
compiler which produced the following warning:

bspstart.c:215:warning, alias definitions not supported in this
configuration; ignored

The line in question reads as follows:

void bsp_start (void) __attribute__ ((weak, alias("bsp_start_default")));

Anyone encounter this error before, and/or know how to fix it? I'm working
with i386-rtemscoff-gcc compiler.

Thanks for any help.

DanL

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: alias warning
  2001-08-02 19:39 alias warning lange92
@ 2001-08-03  1:05 ` lange92
  0 siblings, 0 replies; 2+ messages in thread
From: lange92 @ 2001-08-03  1:05 UTC (permalink / raw)
  To: gcc-help

Hello all,
  I try to avoid the strange practice of replying to my own posts, but it
looks like I found my answer: the attribute alias is supported in ELF, but
not COFF binaries.
Dan L

On Thu, 2 Aug 2001 lange92@2067.resnet.uni.edu wrote:

> Hi all,
>   During the course of my attempt to build gnat/rtems I built a cross
> compiler which produced the following warning:
>
> bspstart.c:215:warning, alias definitions not supported in this
> configuration; ignored
>
> The line in question reads as follows:
>
> void bsp_start (void) __attribute__ ((weak, alias("bsp_start_default")));
>
> Anyone encounter this error before, and/or know how to fix it? I'm working
> with i386-rtemscoff-gcc compiler.
>
> Thanks for any help.
>
> DanL
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-03  1:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-02 19:39 alias warning lange92
2001-08-03  1:05 ` lange92

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).