emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100509: HAVE_ALLOCA not needed since


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100509: HAVE_ALLOCA not needed since alloca.s was removed.
Date: Wed, 02 Jun 2010 22:35:54 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100509
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-06-02 22:35:54 -0700
message:
  HAVE_ALLOCA not needed since alloca.s was removed.
  
  * src/m/hp800.h (HAVE_ALLOCA):
  * src/m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
  
  * msdos/sed2v2.inp: Do not edit HAVE_ALLOCA.
  
  * admin/CPP-DEFINES: Remove HAVE_ALLOCA.
modified:
  admin/CPP-DEFINES
  msdos/ChangeLog
  msdos/sed2v2.inp
  src/ChangeLog
  src/m/hp800.h
  src/m/ibms390x.h
=== modified file 'admin/CPP-DEFINES'
--- a/admin/CPP-DEFINES 2010-06-03 05:29:02 +0000
+++ b/admin/CPP-DEFINES 2010-06-03 05:35:54 +0000
@@ -131,7 +131,6 @@
 GNU_LINUX
 GNU_MALLOC
 HAVE_AIX_SMT_EXP
-HAVE_ALLOCA
 HAVE_BCMP
 HAVE_BCOPY
 HAVE_CBRT

=== modified file 'msdos/ChangeLog'
--- a/msdos/ChangeLog   2010-05-26 06:41:58 +0000
+++ b/msdos/ChangeLog   2010-06-03 05:35:54 +0000
@@ -1,3 +1,7 @@
+2010-06-03  Glenn Morris  <address@hidden>
+
+       * sed2v2.inp: Do not edit HAVE_ALLOCA.
+
 2010-05-26  Glenn Morris  <address@hidden>
 
        * sed1v2.inp (@PRE_EDIT_LDFLAGS@, @POST_EDIT_LDFLAGS@): Edit to nothing.

=== modified file 'msdos/sed2v2.inp'
--- a/msdos/sed2v2.inp  2010-05-19 02:51:51 +0000
+++ b/msdos/sed2v2.inp  2010-06-03 05:35:54 +0000
@@ -27,7 +27,6 @@
 #define NSIG 320\
 #endif
 
-/^#undef HAVE_ALLOCA *$/s/^.*$/#define HAVE_ALLOCA 1/
 /^#undef HAVE_SETITIMER *$/s/^.*$/#define HAVE_SETITIMER 1/
 /^#undef HAVE_STRUCT_UTIMBUF *$/s/^.*$/#define HAVE_STRUCT_UTIMBUF 1/
 /^#undef LOCALTIME_CACHE *$/s/^.*$/#define LOCALTIME_CACHE 1/

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-06-03 05:29:02 +0000
+++ b/src/ChangeLog     2010-06-03 05:35:54 +0000
@@ -1,5 +1,8 @@
 2010-06-03  Glenn Morris  <address@hidden>
 
+       * m/hp800.h (HAVE_ALLOCA):
+       * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
+
        * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
        Remove NOT_C_CODE tests, it is always true now.
 

=== modified file 'src/m/hp800.h'
--- a/src/m/hp800.h     2010-05-12 02:37:59 +0000
+++ b/src/m/hp800.h     2010-06-03 05:35:54 +0000
@@ -33,7 +33,6 @@
 #ifdef __NetBSD__
 # ifdef __GNUC__
 #  define alloca __builtin_alloca
-#  define HAVE_ALLOCA
 # endif /* __GNUC__ */
 #endif /* __NetBSD__ */
 

=== modified file 'src/m/ibms390x.h'
--- a/src/m/ibms390x.h  2010-05-19 02:42:04 +0000
+++ b/src/m/ibms390x.h  2010-06-03 05:35:54 +0000
@@ -54,11 +54,6 @@
    numerically.  */
 #define VIRT_ADDR_VARIES
 
-/* Define HAVE_ALLOCA to say that the system provides a properly
-   working alloca function and it should be used.  Undefine it if an
-   assembler-language alloca in the file alloca.s should be used. */
-#define HAVE_ALLOCA
-
 /* On the 64 bit architecture, we can use 60 bits for addresses */
 #define VALBITS         60
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]