freebsd-dev/contrib/gcc/config/i386
David E. O'Brien d08a3fc2bc When I decided to use a stock dbxout.c rather than merge the rev 1.2 change
(put the function stabs in traditional order on a.out, or gdb doesn't see
function local variables), I failed to remove the related knobs here.

Effectively were overrode the ELF-wide definition in elfos.h w/o providing
new infrastructure.  This is what caused GDB to fail to debug applications
compiled and linked with -stabs.  This is because GCC was unconditionally
inserts .stabs instruction for functions after the function body.  GDB was
getting confused because what it thinks is function beginning address is
actually function ending address.

Submitted by:	Alexander Kabaev <ak03@gte.com>
2002-07-12 17:35:35 +00:00
..
386bsd.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
aix386.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
aix386ng.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
att.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
beos-elf.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
biarch64.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
bsd386.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
bsd.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
crtdll.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
cygwin.asm Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
cygwin.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
dgux.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
djgpp-rtems.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
djgpp.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
freebsd64.h Tweaks to make these files live beside our hacked config. 2002-06-21 22:54:24 +00:00
freebsd-aout.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
freebsd.h When I decided to use a stock dbxout.c rather than merge the rev 1.2 change 2002-07-12 17:35:35 +00:00
freebsd.h.fixed Merge gcc-2.95.3 changes onto mainline. Update FreeBSD changes to converge 2001-03-19 19:50:16 +00:00
gas.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
gmon-sol2.c Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
gnu.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
gstabs.h
i386-aout.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
i386-coff.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
i386-interix3.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
i386-interix.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
i386-protos.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
i386.c Implement "-mno-align-long-strings" which prevents pessimization of strings 2002-06-06 03:36:32 +00:00
i386.h Allow the specification of LONG_TYPE_SIZE on the command line. 2002-06-06 03:39:03 +00:00
i386.md Use the stock (3.1 pre) file. 2002-05-09 22:44:32 +00:00
i386elf.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
interix.c Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
isc.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
isccoff.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
iscdbx.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
libgcc-x86_64-glibc.ver Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
linux64.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
linux-aout.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
linux-oldld.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
linux.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
lynx-ng.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
lynx.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
mach.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
mingw32.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
mmintrin.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
moss.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
netbsd64.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
netbsd-elf.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
netbsd.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
next.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
openbsd.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
osf1-ci.asm Virgin import of gcc from EGCS 1.1.2 1999-08-26 09:30:50 +00:00
osf1-cn.asm Virgin import of gcc from EGCS 1.1.2 1999-08-26 09:30:50 +00:00
osf1elf.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
osf1elfgdb.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
osfelf.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
osfrose.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
ptx4-i.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
rtems.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
rtemself.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
sco5.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
seq2-sysv3.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
seq-gas.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
seq-sysv3.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
sequent.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
sol2-c1.asm Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
sol2-ci.asm
sol2-cn.asm
sol2-gc1.asm Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
sol2.h Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
sol2gas.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
sun386.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
sun.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
svr3.ifile Virgin import of gcc from EGCS 1.1.2 1999-08-26 09:30:50 +00:00
svr3dbx.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
svr3gas.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
svr3z.ifile Virgin import of gcc from EGCS 1.1.2 1999-08-26 09:30:50 +00:00
sysv3.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
sysv4.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
sysv5.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-beos Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-crtpic Virgin import of gcc from EGCS 1.1.2 1999-08-26 09:30:50 +00:00
t-crtstuff
t-cygwin Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-dgux Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-djgpp Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-i386elf Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-interix Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
t-linux64 Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
t-mingw32 Virgin import of gcc from EGCS 1.1.2 1999-08-26 09:30:50 +00:00
t-next Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-openbsd Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-osf Virgin import of gcc from EGCS 1.1.2 1999-08-26 09:30:50 +00:00
t-osf1elf Virgin import of gcc from EGCS 1.1.2 1999-08-26 09:30:50 +00:00
t-rtems-i386 Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT. 2002-05-09 20:02:13 +00:00
t-sco5 Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-sco5gas Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-sol2 Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
t-svr3dbx
t-udk Virgin import of the GCC 2.95.1 compilers 1999-10-16 06:09:09 +00:00
t-uwin Virgin import of the GCC 2.95.1 compilers 1999-10-16 06:09:09 +00:00
udk.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
unix.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
uwin.asm Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
uwin.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
v3gas.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
vsta.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
vxi386.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
win32.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
winnt.c Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
x86-64.h Tweaks to make these files live beside our hacked config. 2002-06-21 22:54:24 +00:00
xm-cygwin.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
xm-djgpp.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
xm-i386-interix.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
xm-mingw32.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00
xm-vsta.h Virgin import of gcc from EGCS 1.1.2 1999-08-26 09:30:50 +00:00
xmmintrin.h Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0. 2002-02-01 18:16:02 +00:00