OSDN Git Service

2001-07-13 Marc Espie <espie@cvs.openbsd.org>
authorespie <espie@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Jul 2001 18:12:22 +0000 (18:12 +0000)
committerespie <espie@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Jul 2001 18:12:22 +0000 (18:12 +0000)
commitc7be79ca013cc10b9abb223f426ab6c3db1d0b33
tree85a550762d0c195f69d066c9199eb145b33ed9ab
parentc584b99b3a2cf2486f216f1a435b0e691f33a07d
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43988 138bc75d-0d04-0410-961f-82ee72b054a4
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]