This is the mail archive of the gcc@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]

@GOTOFF contants in x86 asm output


On FreeBSD 4.0-RELEASE_CANDIDATE using GCC-2.95.2 as the base compiler we
have seen the below.  Is this a bug?  Gas-2.9.1 (the latest release
version) appears to not be able to handle constants of the form
address@GOTOFF.


----- Forwarded message
> cc -fpic -DPIC -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/home/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/home/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -I/usr/obj/home/src/i386/usr/include -c /home/src/lib/libc/../libc/stdtime/localtime.c -o localtime.So
> {standard input}: Assembler messages:
> {standard input}:87: Warning: warning: unrecognized characters `@GOTOFF' in expression
> {standard input}:114: Warning: warning: unrecognized characters `@GOTOFF' in expression

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