config.gcc (*-*-openbsd*): Add fragment to compile libgcc correctly for shared config...
authorMarc Espie <espie@cvs.openbsd.org>
Fri, 13 Jul 2001 18:12:22 +0000 (18:12 +0000)
committerMarc Espie <espie@gcc.gnu.org>
Fri, 13 Jul 2001 18:12:22 +0000 (18:12 +0000)
commitf1cf4606f967d6cd202d2157e43a25ab4af2bb00
tree85a550762d0c195f69d066c9199eb145b33ed9ab
parent998d20d22a7632ac162773c0561bc8cd6f269f26
config.gcc (*-*-openbsd*): Add fragment to compile libgcc correctly for shared configurations.

2001-07-13  Marc Espie  <espie@cvs.openbsd.org>

* config.gcc (*-*-openbsd*):  Add fragment to compile libgcc
correctly for shared configurations.
* config/t-libgcc-pic:  New.
* config/{i386,m68k,sparc}/t-openbsd:  New.
* config/openbsd.h:  Include cpu_spec in cpp_spec where needed.
Support -shared.  Support debugging libraries with -g.
* config/i386/openbsd.h:  Correct ASM_COMMENT_START.  Ensure dwarf2
frame information does not emit pointer diffs.
* config/sparc/openbsd.h:  Ensure dwarf2 frame information does not
emit pointer diffs.

From-SVN: r43988
gcc/ChangeLog
gcc/config.gcc
gcc/config/i386/openbsd.h
gcc/config/i386/t-openbsd [new file with mode: 0644]
gcc/config/m68k/t-openbsd [new file with mode: 0644]
gcc/config/openbsd.h
gcc/config/sparc/openbsd.h
gcc/config/sparc/t-openbsd [new file with mode: 0644]
gcc/config/t-libgcc-pic [new file with mode: 0644]