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
e5c4bd1b
Commit
e5c4bd1b
authored
Mar 20, 2002
by
Jason Merrill
Committed by
Jason Merrill
Mar 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.
From-SVN: r51099
parent
8c152bad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config/i386/cygwin.h
+5
-0
No files found.
gcc/ChangeLog
View file @
e5c4bd1b
2002-03-20 Jason Merrill <jason@redhat.com>
* config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.
2002-03-20 Michael Meissner <meissner@redhat.com>
* doc/invoke.texi (Optimize Options): Document that -O2 sets
...
...
gcc/config/i386/cygwin.h
View file @
e5c4bd1b
...
...
@@ -409,6 +409,11 @@ extern void i386_pe_unique_section PARAMS ((TREE, int));
#undef ASM_COMMENT_START
#define ASM_COMMENT_START " #"
/* DWARF2 Unwinding doesn't work with exception handling yet. To make
it work, we need to build a libgcc_s.dll, and dcrt0.o should be
changed to call __register_frame_info/__deregister_frame_info. */
#define DWARF2_UNWIND_INFO 0
/* Don't assume anything about the header files. */
#define NO_IMPLICIT_EXTERN_C
...
...
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