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
9aa497ae
Commit
9aa497ae
authored
Jun 17, 2002
by
Tom Tromey
Committed by
Tom Tromey
Jun 17, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarfout.c: Include function.h.
From-SVN: r54715
parent
8f7dfb53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/dwarfout.c
+2
-1
No files found.
gcc/ChangeLog
View file @
9aa497ae
2002-06-17 Tom Tromey <tromey@redhat.com>
* dwarfout.c: Include function.h.
2002-06-17 Andreas Schwab <schwab@suse.de>
2002-06-17 Andreas Schwab <schwab@suse.de>
* print-rtl.c (print_rtx): Print space before vector, not after.
* print-rtl.c (print_rtx): Print space before vector, not after.
...
...
gcc/dwarfout.c
View file @
9aa497ae
/* Output Dwarf format symbol table information from the GNU C compiler.
/* Output Dwarf format symbol table information from the GNU C compiler.
Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998,
Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998,
2002,
1999, 2000, 2001 Free Software Foundation, Inc.
1999, 2000, 2001 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
...
@@ -569,6 +569,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
...
@@ -569,6 +569,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "dwarf.h"
#include "dwarf.h"
#include "tree.h"
#include "tree.h"
#include "flags.h"
#include "flags.h"
#include "function.h"
#include "rtl.h"
#include "rtl.h"
#include "hard-reg-set.h"
#include "hard-reg-set.h"
#include "insn-config.h"
#include "insn-config.h"
...
...
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