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
15c58c19
Commit
15c58c19
authored
25 years ago
by
Jeffrey A Law
Committed by
Jeff Law
25 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
From-SVN: r28124
parent
6d32de1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+2
-0
gcc/config/pa/elf.h
+5
-1
No files found.
gcc/ChangeLog
View file @
15c58c19
Fri
Jul
16
13
:
48
:
09
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
/
elf
.
h
(
ASM_OUTPUT_DOUBLE_INT
)
:
Define
.
*
config
/
svr4
.
h
(
CONST_SECTION_ASM_OP
)
:
Do
not
emit
assembler
directive
in
column
zero
.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/pa/elf.h
View file @
15c58c19
...
...
@@ -42,6 +42,11 @@ Boston, MA 02111-1307, USA. */
output_addr_const (FILE, (VALUE)); \
fputs ("\n", FILE);}
#define ASM_OUTPUT_DOUBLE_INT(FILE,VALUE) \
{ fputs ("\t.dword ", FILE); \
output_addr_const (FILE, (VALUE)); \
fputs ("\n", FILE);}
#undef ASM_FILE_START
#define ASM_FILE_START(FILE) \
do { \
...
...
@@ -56,4 +61,3 @@ do { \
if (write_symbols != NO_DEBUG) \
output_file_directive ((FILE), main_input_filename); \
} while (0)
This diff is collapsed.
Click to expand it.
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