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
0be96e3a
Commit
0be96e3a
authored
Mar 21, 2010
by
Dan Nicolaescu
Browse files
(BSD_SYSTEM, BSD4_2): Remove conditionals, we only
support vax on BSDs.
parent
55da5ee3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
src/ChangeLog
src/ChangeLog
+3
-0
src/m/vax.h
src/m/vax.h
+0
-5
No files found.
src/ChangeLog
View file @
0be96e3a
2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
* m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
support vax on BSDs.
* m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
* s/aix4-2.h (ORDINARY_LINK): ... here.
...
...
src/m/vax.h
View file @
0be96e3a
...
...
@@ -38,7 +38,6 @@ NOTE-END */
#define CRT0_DUMMIES
#ifdef BSD_SYSTEM
/* USG systems I know of running on Vaxes do not actually
support the load average, so disable it for them. */
...
...
@@ -50,11 +49,7 @@ NOTE-END */
#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
#endif
/* BSD_SYSTEM */
#ifdef BSD4_2
#define HAVE_FTIME
#endif
/* arch-tag: 508bdf7a-01a0-4ce0-8eba-0704d0df55a0
(do not change this comment) */
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