forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2007-08-17 Richard Sandiford <[email protected]>
Nigel Stephens <[email protected]> * config/mt-sde: New file. * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde as target_makefile_frag. * configure: Regenerate. gcc/ 2007-08-17 Richard Sandiford <[email protected]> Nigel Stephens <[email protected]> * config/mips/sde.h (DRIVER_SELF_SPECS): Add commas. Treat -mno-data-in-code and -mcode-xonly as aliases for -mcode-readable=no and -mcode-readable=pcrel respectively. * config/mips/t-sde (TARGET_LIBGCC2_CFLAGS): Add -mcode-xonly. (MULTILIB_OPTIONS): Add -mcode-readable=no multilibs. (MULTILIB_DIRNAMES): Update accordingly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127586 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
rsandifo
committed
Aug 17, 2007
1 parent
4ec67f4
commit f8520ad
Showing
7 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2007-08-17 Richard Sandiford <[email protected]> | ||
Nigel Stephens <[email protected]> | ||
|
||
* config/mt-sde: New file. | ||
* configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde | ||
as target_makefile_frag. | ||
* configure: Regenerate. | ||
|
||
2007-08-16 Alexandre Oliva <[email protected]> | ||
|
||
* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# We default to building libraries optimised for size. We switch off | ||
# sibling-call optimization to permit interlinking of MIPS16 and | ||
# non-MIPS16 functions. The -mcode-xonly option allows MIPS16 | ||
# libraries to run on Harvard-style split I/D memories, so long as | ||
# they have the D-to-I redirect for pc-relative loads. | ||
|
||
CFLAGS_FOR_TARGET = -Os -fno-optimize-sibling-calls -mcode-xonly | ||
CXXFLAGS_FOR_TARGET = -Os -fno-optimize-sibling-calls -mcode-xonly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2007-08-17 Richard Sandiford <[email protected]> | ||
Nigel Stephens <[email protected]> | ||
|
||
* config/mips/sde.h (DRIVER_SELF_SPECS): Add commas. | ||
Treat -mno-data-in-code and -mcode-xonly as aliases for | ||
-mcode-readable=no and -mcode-readable=pcrel respectively. | ||
* config/mips/t-sde (TARGET_LIBGCC2_CFLAGS): Add -mcode-xonly. | ||
(MULTILIB_OPTIONS): Add -mcode-readable=no multilibs. | ||
(MULTILIB_DIRNAMES): Update accordingly. | ||
|
||
2007-08-17 H.J. Lu <[email protected]> | ||
|
||
* Makefile.in (version.o): Depend on $(REVISION) only if | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters