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
a74b48cf
Commit
a74b48cf
authored
Sep 28, 2001
by
Gerd Moellmann
Browse files
Put in #if 0 until we know what's
really going on here.
parent
53a7d078
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/m/macppc.h
src/m/macppc.h
+4
-0
No files found.
src/ChangeLog
View file @
a74b48cf
2001-09-28 Gerd Moellmann <gerd@gnu.org>
* m/macppc.h [DATA_SEG_BITS]: Put in #if 0 until we know what's
really going on here.
2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
* search.c (trivial_regexp_p): Catch \{N,M\} as well.
...
...
src/m/macppc.h
View file @
a74b48cf
...
...
@@ -98,6 +98,9 @@ Boston, MA 02111-1307, USA. */
#define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc
#endif
#if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog,
even with identical GCC, as, ld. Let's take it out until we
know what's really going on here. */
/* GCC 2.95 and newer on GNU/Linux PPC changed the load address to
0x10000000. */
#if defined __linux__
...
...
@@ -105,3 +108,4 @@ Boston, MA 02111-1307, USA. */
#define DATA_SEG_BITS 0x10000000
#endif
#endif
#endif /* 0 */
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