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
27b6c442
Commit
27b6c442
authored
Feb 13, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ASM_OUTPUT_ADDR_DIFF_ELT): Remove.
From-SVN: r11261
parent
3f6fe18e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
gcc/config/a29k/a29k.h
+3
-4
gcc/config/romp/romp.h
+3
-4
No files found.
gcc/config/a29k/a29k.h
View file @
27b6c442
/* Definitions of target machine for GNU compiler, for AMD Am29000 CPU.
/* Definitions of target machine for GNU compiler, for AMD Am29000 CPU.
Copyright (C) 1988, 90-9
4, 1995
Free Software Foundation, Inc.
Copyright (C) 1988, 90-9
5, 1996
Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu)
Contributed by Richard Kenner (kenner@nyu.edu)
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -1544,10 +1544,9 @@ extern int a29k_debug_reg_map[];
...
@@ -1544,10 +1544,9 @@ extern int a29k_debug_reg_map[];
fprintf (FILE, "\t.word L%d\n", VALUE)
fprintf (FILE, "\t.word L%d\n", VALUE)
/* This is how to output an element of a case-vector that is relative.
/* This is how to output an element of a case-vector that is relative.
(29k does not use such vectors,
Don't define this if it is not supported. */
but we must define this macro anyway.) */
#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) abort ()
/* #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) */
/* This is how to output an assembler line
/* This is how to output an assembler line
that says to advance the location counter
that says to advance the location counter
...
...
gcc/config/romp/romp.h
View file @
27b6c442
/* Definitions of target machine for GNU compiler, for ROMP chip.
/* Definitions of target machine for GNU compiler, for ROMP chip.
Copyright (C) 1989, 1991, 1993, 1995 Free Software Foundation, Inc.
Copyright (C) 1989, 1991, 1993, 1995
, 1996
Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu)
Contributed by Richard Kenner (kenner@nyu.edu)
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -1508,10 +1508,9 @@ extern int romp_debugger_arg_correction();
...
@@ -1508,10 +1508,9 @@ extern int romp_debugger_arg_correction();
fprintf (FILE, "\t.long L%d\n", VALUE)
fprintf (FILE, "\t.long L%d\n", VALUE)
/* This is how to output an element of a case-vector that is relative.
/* This is how to output an element of a case-vector that is relative.
(ROMP does not use such vectors,
Don't define this if it is not supported. */
but we must define this macro anyway.) */
#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) abort ()
/* #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) */
/* This is how to output an assembler line
/* This is how to output an assembler line
that says to advance the location counter
that says to advance the location counter
...
...
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