------- Comment #4 from h dot m dot brand at xs4all dot nl 2006-03-01 13:45 ------- (temporary) workaround:
.../obj-64/gcc > cat xx.c int _not_called_but_just_to_force_ref () { __deregister_frame_info (); __register_frame_info (); return (0); } /* ... */ .../obj-64/gcc > stage1/xgcc -Bstage1/ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -c -o xx.o xx.c .../obj-64/gcc > stage1/xgcc \ -Bstage1/ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ \ -g -O2 \ -DIN_GCC \ -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ -pedantic \ -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute \ -DHAVE_CONFIG_H -DGENERATOR_FILE \ -o build/gencodes \ build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o \ build/min-insn-modes.o build/gensupport.o build/insn-conditions.o \ build/print-rtl.o build/errors.o xx.o \ ../build-hppa64-hp-hpux11.11/libiberty/libiberty.a \ stage1/libgcc.a .../obj-64/gcc > makes gencodes work again. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26508