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
45751525
Commit
45751525
authored
21 years ago
by
Richard Earnshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flags.h: Really install previous change.
From-SVN: r68562
parent
2e040219
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
7 deletions
+17
-7
gcc/ChangeLog
+14
-7
gcc/flags.h
+3
-0
No files found.
gcc/ChangeLog
View file @
45751525
2003-06-27 Richard Earnshaw <rearnsha@arm.com>
* flags.h: Really install previous change.
2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
* rtl.h (emit_note): Remove FILE parameter.
...
...
@@ -71,22 +75,25 @@
* dbxout.c (DBXOUT_DECR_NESTING): New macro.
(DBXOUT_DECR_NESTING_AND_RETURN): New macro.
(dbxout_init): Delay symbol output.
(dbxout_global_decl): Save, set and reset TREE_USED bit around
dbxout_symbol()
call.
(dbxout_global_decl): Save, set and reset TREE_USED bit around
dbxout_symbol()
call.
(dbxout_begin_function): Same.
(dbxout_finish): Free symbol queue.
(dbxout_type): Put appropriate symbols in queue.
(dbxout_symbol): Put info for symbol's type in queue.
Decrement/Increment
nesting counts flush symbol queue appropriately.
(dbxout_symbol): Put info for symbol's type in queue.
Decrement/Increment
nesting counts flush symbol queue appropriately.
(dbxout_parms): Increment dbxout nesting.
(dbxout_reg_parms): Same.
* flags.h (flag_debug_only_used_symbols): New.
* toplev.c (flag_debug_only_used_symbols): New variable.
(lang_independent_options): Add entries for new option -feliminate-unused-debug-symbols.
(lang_independent_options): Add entries for new option
-feliminate-unused-debug-symbols.
* common.opt: Add entry for -feliminate-unused-debug-symbols.
* opts.c (common_handle_options): Same.
* config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as -feliminate-unused-debug-symbols.
* doc/invoke.texi (Debugging Options): Document -feliminate-unused-debug-symbols.
* config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
-feliminate-unused-debug-symbols.
* doc/invoke.texi (Debugging Options): Document
-feliminate-unused-debug-symbols.
2003-06-26 Roger Sayle <roger@eyesopen.com>
Jakub Jelinek <jakub@redhat.com>
...
...
This diff is collapsed.
Click to expand it.
gcc/flags.h
View file @
45751525
...
...
@@ -57,6 +57,9 @@ extern enum debug_info_level debug_info_level;
debugging information. */
extern
int
use_gnu_debug_info_extensions
;
/* Nonzero means emit debugging information only for symbols which are used. */
extern
int
flag_debug_only_used_symbols
;
/* Nonzero means do optimizations. -opt. */
extern
int
optimize
;
...
...
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