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
4ca551d1
Commit
4ca551d1
authored
Dec 23, 2004
by
Roger Sayle
Committed by
Roger Sayle
Dec 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-browser.c: Remove obsolete #ifdef HOST_EBCDIC code.
From-SVN: r92525
parent
a1df694e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+4
-0
gcc/tree-browser.c
+0
-8
No files found.
gcc/ChangeLog
View file @
4ca551d1
2004
-
12
-
22
Roger
Sayle
<
roger
@
eyesopen
.
com
>
*
tree
-
browser
.
c
:
Remove
obsolete
#
ifdef
HOST_EBCDIC
code
.
2004
-
12
-
23
Alan
Modra
<
amodra
@
bigpond
.
net
.
au
>
2004
-
12
-
23
Alan
Modra
<
amodra
@
bigpond
.
net
.
au
>
PR
target
/
18896
PR
target
/
18896
...
...
gcc/tree-browser.c
View file @
4ca551d1
...
@@ -53,11 +53,7 @@ struct tb_command {
...
@@ -53,11 +53,7 @@ struct tb_command {
};
};
#define DEFTBCODE(code, str, help) { help, str, sizeof(str) - 1, code },
#define DEFTBCODE(code, str, help) { help, str, sizeof(str) - 1, code },
#ifdef HOST_EBCDIC
static
struct
tb_command
tb_commands
[]
=
#else
static
const
struct
tb_command
tb_commands
[]
=
static
const
struct
tb_command
tb_commands
[]
=
#endif
{
{
#include "tree-browser.def"
#include "tree-browser.def"
};
};
...
@@ -77,11 +73,7 @@ struct tb_tree_code {
...
@@ -77,11 +73,7 @@ struct tb_tree_code {
};
};
#define DEFTREECODE(SYM, STRING, TYPE, NARGS) { SYM, STRING, sizeof (STRING) - 1 },
#define DEFTREECODE(SYM, STRING, TYPE, NARGS) { SYM, STRING, sizeof (STRING) - 1 },
#ifdef HOST_EBCDIC
static
struct
tb_tree_code
tb_tree_codes
[]
=
#else
static
const
struct
tb_tree_code
tb_tree_codes
[]
=
static
const
struct
tb_tree_code
tb_tree_codes
[]
=
#endif
{
{
#include "tree.def"
#include "tree.def"
};
};
...
...
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