gcc/gcc ChangeLog.apple-ppc dbxout.c dbxout.h ...
dpatel@gcc.gnu.org
dpatel@gcc.gnu.org
Fri Aug 13 23:42:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: apple-ppc-branch
Changes by: dpatel@gcc.gnu.org 2004-08-13 23:42:38
Modified files:
gcc : ChangeLog.apple-ppc dbxout.c dbxout.h stab.def
gcc/config : darwin.h
gcc/doc : invoke.texi
gcc/testsuite : ChangeLog.apple-ppc
Added files:
gcc/testsuite/gcc.dg: 20040813-1.c darwin-20040809-2.c
darwin-ld-20040809-1.c
darwin-ld-20040809-2.c
Log message:
Radar 3729261. Reviewed by Dale.
* dbxout.c (get_lang_number): New.
(dbxout_init): Include lang number in N_SO stab.
* dbxout.h (N_SO_AS, N_SO_C, N_SO_ANSI_C, N_SO_CC, N_SO_FORTRAN,
N_SO_PASCAL, N_SO_FORTRAN90, N_SO_OBJC, N_SO_OBJCPLUS): New #define.
Merge from mainline. Radar 3739309.
2004-08-11 Devang Patel <dpatel@apple.com>
* dbxout.c (dbxout_begin_prologue): New function.
(dbx_debug_hooks): Use new begin prologue hook.
(dbxout_function_end): Emit N_ENSYM.
* stab.def (N_BNSYM, N_ENSYM): Define and document these two new stabs.
Merge from mainline. Radar 3739302.
2004-08-10 Devang Patel <dpatel@apple.com>
* config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -dead_strip
and -no_dead_strip_inits_and_terms.
(LINK_SPEC): Same.
* doc/invoke.text (Darwin Options): Document -dead_strip and
-no_dead_strip_inits_and_terms.
Radar 3729261. Reviewed by Dale.
* gcc.dg/20040813-1.c: New test.
Merge from mainline. Radar 3739309.
2004-08-11 Devang Patel <dpatel@apple.com>
* gcc.dg/darwin-20040809-2.c: New test.
Merge from mainline. Radar 3739302.
2004-08-10 Devang Patel <dpatel@apple.com>
* gcc.dg/darwin-ld--20040809-1.c: New test.
* gcc.dg/darwin-ld-20040809-2.c: New test.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.115&r2=1.1.2.116
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dbxout.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.123.2.25.2.8&r2=1.123.2.25.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dbxout.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.14.16.1.8.1&r2=1.14.16.1.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stab.def.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.5.44.1&r2=1.5.44.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.30.2.28.2.23&r2=1.30.2.28.2.24
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.152.2.84.2.20&r2=1.152.2.84.2.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.21&r2=1.1.2.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20040813-1.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/darwin-20040809-2.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/darwin-ld-20040809-1.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/darwin-ld-20040809-2.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1
More information about the Gcc-cvs
mailing list