Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
71df9112
Commit
71df9112
authored
Feb 22, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(DBX_OUTPUT_MAIN_SOURCE_FILE_END): New macro.
From-SVN: r9044
parent
96317659
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
gcc/config/svr4.h
+11
-3
No files found.
gcc/config/svr4.h
View file @
71df9112
/*
svr4.h -- operating system specific defines to be used when
targeting GCC for some
generic System V Release 4 system.
/*
Operating system specific defines to be used when targeting GCC for some
generic System V Release 4 system.
Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@
netcom
.com).
Contributed by Ron Guilmette (rfg@
segfault.us
.com).
This file is part of GNU CC.
...
...
@@ -314,6 +314,14 @@ while (0)
#define DBX_FUNCTION_FIRST
/* Generate a blank trailing N_SO to mark the end of the .o file, since
we can't depend upon the linker to mark .o file boundaries with
embedded stabs. */
#define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \
fprintf (FILE, \
"\t.text\n\t.stabs \"\",%d,0,0,.Letext\n.Letext:\n", N_SO)
/* Define the actual types of some ANSI-mandated types. (These
definitions should work for most SVR4 systems). */
...
...
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