Subject: Re: ra_colorize_free_all still problematic
To: Gunther Nikl <gni@gecko.de>
From: John Klos <john@ziaspace.com>
List: port-amiga
Date: 01/23/2004 11:49:57
> > I tried out that patch:
> > http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00226.html
> >
> > But it still doesn't work (?).
>
>   Please, be a bit more specific. What doesn't work?

I get the same error messages as before:

cc    -O -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-lo
ng-long   -DHAVE_CONFIG_H  -o cc1  c-parse.o c-lang.o c-pretty-print.o
attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o
c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o
c-objc-common.o c-dump.o libcpp.a  main.o libbackend.a   ../l
ibiberty/libiberty.a
libbackend.a(ra-colorize.o)(.text+0x48aa): In function
`ra_colorize_free_all':
: undefined reference to `.L1950'
libbackend.a(ra-colorize.o)(.text+0x48aa): In function
`ra_colorize_free_all':
: relocation truncated to fit: R_68K_PC16 .L1950
libbackend.a(ra-colorize.o)(.text+0x48a8): In function
`ra_colorize_free_all':
: undefined reference to `.L1950'
libbackend.a(ra-colorize.o)(.text+0x48a8): In function
`ra_colorize_free_all':
: relocation truncated to fit: R_68K_PC16 .L1950
libbackend.a(ra-colorize.o)(.text+0x48a6): In function
`ra_colorize_free_all':
: undefined reference to `.L1950'

(and so on)

John