]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vms.h (SIZE_TYPE, [...]): Remove, were disabled.
authorDouglas B Rupp <rupp@gnat.com>
Wed, 5 Dec 2001 23:09:01 +0000 (18:09 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 5 Dec 2001 23:09:01 +0000 (18:09 -0500)
* config/alpha/vms.h (SIZE_TYPE, PTRDIFF_TYPE): Remove, were disabled.
(DOLLARS_IN_IDENTIFIERS, LINK_SPEC): Remove duplicate.
(LIB_SPEC): Remove.

From-SVN: r47700

gcc/ChangeLog
gcc/config/alpha/vms.h

index 19c5443ab6ba5e9fb5359f5a87b81e0e124e1b89..a813ffcc56e3f031b03e11e2b1ebc59e0b056302 100644 (file)
@@ -1,3 +1,9 @@
+Wed Dec  5 17:59:19 2001  Douglas B. Rupp  <rupp@gnat.com>
+
+       * config/alpha/vms.h (SIZE_TYPE, PTRDIFF_TYPE): Remove, were disabled.
+       (DOLLARS_IN_IDENTIFIERS, LINK_SPEC): Remove duplicate.
+       (LIB_SPEC): Remove.
+       
 Wed Dec  5 16:03:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * doc/c-tree.texi (RECORD_TYPE, UNION_TYPE): Expand on definition.
index 61b2fb6d76e8d24668acce9b1f84ce2aba138f2d..8a5603ffb1cc77630f70bddf4c34c0d599af6709 100644 (file)
@@ -40,28 +40,6 @@ Boston, MA 02111-1307, USA.  */
 %{mfloat-vax:-D__G_FLOAT} \
 %{!mfloat-vax:-D__IEEE_FLOAT}"
 
-/* Under OSF4, -p and -pg require -lprof1, and -lprof1 requires -lpdf.  */
-
-#define LIB_SPEC "%{p:-lprof1 -lpdf} %{pg:-lprof1 -lpdf} %{a:-lprof2} -lc"
-
-/* Pass "-G 8" to ld because Alpha's CC does.  Pass -O3 if we are
-   optimizing, -O1 if we are not.  Pass -shared, -non_shared or
-   -call_shared as appropriate.  Also pass -pg.  */
-#define LINK_SPEC  \
-  "-G 8 %{O*:-O3} %{!O*:-O1} %{static:-non_shared} \
-   %{!static:%{shared:-shared} %{!shared:-call_shared}} %{pg} %{taso} \
-   %{rpath*}"
-
-/* We allow $'s in identifiers unless -ansi is used ..  */
-
-#define DOLLARS_IN_IDENTIFIERS 2
-
-/* These match the definitions used in DECCRTL, the VMS C run-time library
-
-#define SIZE_TYPE      "unsigned int"
-#define PTRDIFF_TYPE   "int"
-*/
-
 /* By default, allow $ to be part of an identifier.  */
 #define DOLLARS_IN_IDENTIFIERS 2