diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1996-04-24 20:22:24 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1996-04-24 20:22:24 +0000 |
commit | 83cd71472b9fbd93712352ca4bcc58aa910cd6a8 (patch) | |
tree | 6b17a331135acb99f1c0063fe4d7f51af6dc1442 | |
parent | 817c484990f53e5a138ea15489ebd420059ab45b (diff) | |
download | gcc-83cd71472b9fbd93712352ca4bcc58aa910cd6a8.zip gcc-83cd71472b9fbd93712352ca4bcc58aa910cd6a8.tar.gz gcc-83cd71472b9fbd93712352ca4bcc58aa910cd6a8.tar.bz2 |
Add link_start to SUBTARGET_EXTRA_SPECS.
From-SVN: r11880
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 593f3a2..a0dad1a 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -1104,6 +1104,7 @@ scrti.o%s" { "endfile_linux", ENDFILE_LINUX_SPEC }, \ { "endfile_solaris", ENDFILE_SOLARIS_SPEC }, \ { "endfile_default", ENDFILE_DEFAULT_SPEC }, \ + { "link_start", LINK_START_SPEC }, \ { "link_start_mvme", LINK_START_MVME_SPEC }, \ { "link_start_sim", LINK_START_SIM_SPEC }, \ { "link_start_linux", LINK_START_LINUX_SPEC }, \ |