Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
99dfbaf1
Commit
99dfbaf1
authored
Sep 12, 2007
by
Glenn Morris
Browse files
(C_ALLOCA): Remove references to this.
parent
611adb3e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
14 deletions
+9
-14
src/ChangeLog
src/ChangeLog
+2
-0
src/m/ibms390x.h
src/m/ibms390x.h
+4
-8
src/m/sh3el.h
src/m/sh3el.h
+3
-6
No files found.
src/ChangeLog
View file @
99dfbaf1
2007-09-12 Glenn Morris <rgm@gnu.org>
* m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
* Makefile.in (SOURCES, unlock, relock): Delete.
2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
src/m/ibms390x.h
View file @
99dfbaf1
...
...
@@ -22,7 +22,7 @@ Boston, MA 02110-1301, USA. */
into ibms390.h. */
/* The following line tells the configuration script what sort of
/* The following line tells the configuration script what sort of
operating system this machine is likely to run.
USUAL-OPSYS="<name of system .h file here, without the s- or .h>"
...
...
@@ -97,14 +97,10 @@ NOTE-END */
#define VIRT_ADDR_VARIES
/* Define C_ALLOCA if this machine does not support a true alloca
and the one written in C should be used instead.
Define HAVE_ALLOCA to say that the system provides a properly
working alloca function and it should be used.
Define neither one if an assembler-language alloca
in the file alloca.s should be used. */
/* 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. */
#undef C_ALLOCA
#define HAVE_ALLOCA
/* Define NO_REMAP if memory segmentation makes it not work well
...
...
src/m/sh3el.h
View file @
99dfbaf1
...
...
@@ -19,7 +19,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* The following line tells the configuration script what sort of
/* The following line tells the configuration script what sort of
operating system this machine is likely to run.
USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
...
...
@@ -79,14 +79,11 @@ Boston, MA 02111-1307, USA. */
#define VIRT_ADDR_VARIES
/* Define C_ALLOCA if this machine does not support a true alloca
and the one written in C should be used instead.
Define HAVE_ALLOCA to say that the system provides a properly
/* Define HAVE_ALLOCA to say that the system provides a properly
working alloca function and it should be used.
D
efine
neither one
if an assembler-language alloca
Und
efine
it
if an assembler-language alloca
in the file alloca.s should be used. */
/* #define C_ALLOCA */
#define HAVE_ALLOCA
/* Define NO_REMAP if memory segmentation makes it not work well
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment