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
440954b5
Commit
440954b5
authored
Apr 27, 1993
by
Tom Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use gas.h instead of bsd.h.
(ASM_GENERATE_INTERNAL_LABEL): Define. From-SVN: r4251
parent
3ac6bbb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
gcc/config/i386/next.h
+8
-2
No files found.
gcc/config/i386/next.h
View file @
440954b5
...
@@ -17,8 +17,7 @@ You should have received a copy of the GNU General Public License
...
@@ -17,8 +17,7 @@ You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "i386/i386.h"
#include "i386/gas.h"
#include "i386/bsd.h"
#include "nextstep.h"
#include "nextstep.h"
/* By default, target has a 80387, with IEEE FP. */
/* By default, target has a 80387, with IEEE FP. */
...
@@ -118,6 +117,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -118,6 +117,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define OBJC_FORWARDING_STACK_OFFSET 8
#define OBJC_FORWARDING_STACK_OFFSET 8
#define OBJC_FORWARDING_MIN_OFFSET 8
#define OBJC_FORWARDING_MIN_OFFSET 8
/* Compensate for botch in dbxout_init/dbxout_source_file which
unconditionally drops the first character from ltext_label_name */
#undef ASM_GENERATE_INTERNAL_LABEL
#define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
sprintf ((BUF), "*.%s%d", (PREFIX), (NUMBER))
/* Output to assembler file text saying following lines
/* Output to assembler file text saying following lines
may contain character constants, extra white space, comments, etc. */
may contain character constants, extra white space, comments, etc. */
...
...
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