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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
0be96e3a
Commit
0be96e3a
authored
Mar 21, 2010
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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>
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 ...
* m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
* s/aix4-2.h (ORDINARY_LINK): ... here.
* s/aix4-2.h (ORDINARY_LINK): ... here.
...
...
src/m/vax.h
View file @
0be96e3a
...
@@ -38,7 +38,6 @@ NOTE-END */
...
@@ -38,7 +38,6 @@ NOTE-END */
#define CRT0_DUMMIES
#define CRT0_DUMMIES
#ifdef BSD_SYSTEM
/* USG systems I know of running on Vaxes do not actually
/* USG systems I know of running on Vaxes do not actually
support the load average, so disable it for them. */
support the load average, so disable it for them. */
...
@@ -50,11 +49,7 @@ NOTE-END */
...
@@ -50,11 +49,7 @@ NOTE-END */
#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
#endif
/* BSD_SYSTEM */
#ifdef BSD4_2
#define HAVE_FTIME
#define HAVE_FTIME
#endif
/* arch-tag: 508bdf7a-01a0-4ce0-8eba-0704d0df55a0
/* arch-tag: 508bdf7a-01a0-4ce0-8eba-0704d0df55a0
(do not change this comment) */
(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