* config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 4 May 2011 11:04:50 +0000 (11:04 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 4 May 2011 11:04:50 +0000 (11:04 +0000)
commit502bc3dfa2eb14089eaadeb8ea4592c60a944e56
tree1b72002913dc44f7cb6b5360ba296e6dbed42fea
parent991eb6effea6272dcacd6ab1b79eb5ffc7ed8bc2
* config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
(MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
Move ...
* mips-tfile.c: ... here.
Don't include coretypes.h, tm.h, filenames.h.
(saber_stop): Remove definition and all calls.
[__SABER__]: Remove.
(__LINE__): Remove default.
(Size_t, Ptrdiff_t): Remove definitions.
Replace by size_t, ptrdiff_t.
[!MIPS_DEBUGGING_INFO]: Remove.
(SHASH_SIZE, THASH_SIZE): Remove defaults.
(progname): Add const.
(STATIC): Remove.
Replace all uses by static.
(ALIGN_SYMTABLE_OFFSET): Remove default.
* mips-tdump.c: Don't include coretypes.h, tm.h.
Remove !MIPS_IS_STAB guard.
* Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
$(TM_H), filenames.h dependencies.
(mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.

From-SVN: r173367
gcc/ChangeLog
gcc/Makefile.in
gcc/config/alpha/alpha.h
gcc/mips-tdump.c
gcc/mips-tfile.c