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
0288980f
Commit
0288980f
authored
Jan 25, 2008
by
DJ Delorie
Committed by
DJ Delorie
Jan 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/m32c/m32c.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
From-SVN: r131836
parent
8d8da227
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/m32c/m32c.h
+6
-0
No files found.
gcc/ChangeLog
View file @
0288980f
2008-01-25 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
2008-01-25 Joseph Myers <joseph@codesourcery.com>
2008-01-25 Joseph Myers <joseph@codesourcery.com>
* config/c4x: Remove directory.
* config/c4x: Remove directory.
...
...
gcc/config/m32c/m32c.h
View file @
0288980f
...
@@ -458,6 +458,12 @@ enum reg_class
...
@@ -458,6 +458,12 @@ enum reg_class
#define DWARF_FRAME_REGNUM(N) m32c_dwarf_frame_regnum (N)
#define DWARF_FRAME_REGNUM(N) m32c_dwarf_frame_regnum (N)
#define DBX_REGISTER_NUMBER(N) m32c_dwarf_frame_regnum (N)
#define DBX_REGISTER_NUMBER(N) m32c_dwarf_frame_regnum (N)
#undef ASM_PREFERRED_EH_DATA_FORMAT
/* This is the same as the default in practice, except that by making
it explicit we tell binutils what size pointers to use. */
#define ASM_PREFERRED_EH_DATA_FORMAT(CODE,GLOBAL) \
(TARGET_A16 ? DW_EH_PE_udata2 : DW_EH_PE_udata4)
/* Eliminating Frame Pointer and Arg Pointer */
/* Eliminating Frame Pointer and Arg Pointer */
/* If the frame pointer isn't used, we detect it manually. But the
/* If the frame pointer isn't used, we detect it manually. But the
...
...
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