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
64fd9134
Commit
64fd9134
authored
May 07, 1992
by
Charles Hannum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r928
parent
73e2ea18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
gcc/make-gcc.com
+1
-1
gcc/mips-tdump.c
+7
-7
No files found.
gcc/make-gcc.com
View file @
64fd9134
...
...
@@ -7,7 +7,7 @@ $set default 'f$parse(flnm,,,"DEVICE")''f$parse(flnm,,,"DIRECTORY")'
$!
$set symbol/scope=(nolocal,noglobal)
$!
$! First, build the preprocesor.
$! First, build the preproces
s
or.
$!
$ @make-cccp
$!
...
...
gcc/mips-tdump.c
View file @
64fd9134
...
...
@@ -60,7 +60,7 @@ typedef char *CPTR_T;
#define ptrdiff_t int
/* Redefin
a
tion of of storage classes as an enumeration for better
/* Redefin
i
tion of of storage classes as an enumeration for better
debugging. */
#ifndef stStaParam
...
...
@@ -108,7 +108,7 @@ typedef enum st {
st_Local
=
stLocal
,
/* local variable */
st_Label
=
stLabel
,
/* label */
st_Proc
=
stProc
,
/* " " Procedure */
st_Block
=
stBlock
,
/* beginn
n
ing of block */
st_Block
=
stBlock
,
/* beginning of block */
st_End
=
stEnd
,
/* end (of anything) */
st_Member
=
stMember
,
/* member (of anything - struct/union/enum */
st_Typedef
=
stTypedef
,
/* type definition */
...
...
@@ -121,7 +121,7 @@ typedef enum st {
st_Str
=
stStr
,
/* string */
st_Number
=
stNumber
,
/* pure number (ie. 4 NOR 2+2) */
st_Expr
=
stExpr
,
/* 2+2 vs. 4 */
st_Type
=
stType
,
/* post-coer
s
ion SER */
st_Type
=
stType
,
/* post-coer
c
ion SER */
st_Max
=
stMax
/* max type+1 */
}
st_t
;
...
...
@@ -221,7 +221,7 @@ EXTR *e_symbols; /* external symbols */
LINER
*
lines
;
/* line numbers */
DNR
*
dense_nums
;
/* dense numbers */
OPTR
*
opt_symbols
;
/* optimization symbols */
AUXU
*
aux_symbols
;
/* Auxilary symbols */
AUXU
*
aux_symbols
;
/* Auxil
i
ary symbols */
char
*
aux_used
;
/* map of which aux syms are used */
FDR
*
file_desc
;
/* file tables */
ulong
*
rfile_desc
;
/* relative file tables */
...
...
@@ -622,7 +622,7 @@ type_to_string (aux_ptr, index)
{
/*
* Snarf up any array bounds in the correct order. Arrays
* store 5 succesive words in the aux. table:
* store 5 succes
s
ive words in the aux. table:
* word 0 RNDXR to type of the bounds (ie, int)
* word 1 Current file descriptor index
* word 2 low bound
...
...
@@ -808,7 +808,7 @@ print_sym_hdr (sym_ptr)
printf
(
" %-*s %11ld %11d %11d
\n
"
,
width
,
"Optimization Symbols"
,
sym_ptr
->
cbOptOffset
,
sym_ptr
->
ioptMax
,
sym_ptr
->
ioptMax
*
sizeof
(
OPTR
));
printf
(
" %-*s %11ld %11d %11d
\n
"
,
width
,
"Auxilary Symbols"
,
printf
(
" %-*s %11ld %11d %11d
\n
"
,
width
,
"Auxil
i
ary Symbols"
,
sym_ptr
->
cbAuxOffset
,
sym_ptr
->
iauxMax
,
sym_ptr
->
iauxMax
*
sizeof
(
AUXU
));
printf
(
" %-*s %11ld %11d %11d
\n
"
,
width
,
"Local Strings"
,
...
...
@@ -1344,7 +1344,7 @@ read_tfile __proto((void))
aux_symbols
=
(
AUXU
*
)
read_seek
((
PTR_T
)
0
,
sym_hdr
.
iauxMax
*
sizeof
(
AUXU
),
sym_hdr
.
cbAuxOffset
,
"Auxilary symbols"
);
"Auxil
i
ary symbols"
);
if
(
sym_hdr
.
iauxMax
>
0
)
{
...
...
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