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
bb2d453f
Commit
bb2d453f
authored
Jan 04, 1999
by
Dave Brolley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move entries to proper place.
From-SVN: r24486
parent
ed705a82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
gcc/ChangeLog
+18
-18
No files found.
gcc/ChangeLog
View file @
bb2d453f
Mon
Jan
4
15
:
37
:
30
1999
Zack
Weinberg
<
zack
@rabi
.
phys
.
columbia
.
edu
>
*
cpplib
.
c
(
skip_if_group
)
:
Split
out
the
logic
that
handles
directive
recognition
to
its
own
function
.
Don
'
t
use
parse
markers
;
use
a
bare
pointer
into
the
buffer
.
Use
copy
/
skip_rest_of_line
instead
of
doing
it
by
hand
.
Remove
`
return
on
any
directive
'
mode
which
was
never
used
,
and
take
only
one
argument
.
(
consider_directive_while_skipping
)
:
New
function
,
subroutine
of
skip_if_group
.
Logic
streamlined
a
bit
.
(
conditional_skip
,
do_elif
,
do_else
)
:
Call
skip_if_group
with
only
one
argument
.
Mon
Jan
4
15
:
27
:
30
1999
Zack
Weinberg
<
zack
@rabi
.
phys
.
columbia
.
edu
>
*
cpplib
.
c
(
do_undef
)
:
EOF
immediately
after
'#
undef
FOO
'
is
not
an
error
.
Mon
Jan
4
11
:
55
:
51
1999
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
extend
.
texi
(
Bound
member
functions
)
:
Document
.
...
...
@@ -198,11 +216,6 @@ Thu Dec 24 10:39:57 1998 Stan Cox <scox@cygnus.com>
*
gcc
.
c
(
execute
)
:
Enable
-
pipe
with
win32
.
Wed
Dec
23
17
:
30
:
18
1998
Zack
Weinberg
<
zack
@rabi
.
phys
.
columbia
.
edu
>
*
cpplib
.
c
(
do_undef
)
:
EOF
immediately
after
'#
undef
FOO
'
is
not
an
error
.
Wed
Dec
23
10
:
27
:
44
1998
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
arm
/
t
-
arm
-
elf
:
Add
multiplib
option
for
leading
...
...
@@ -299,19 +312,6 @@ Tue Dec 22 13:02:22 1998 Michael Meissner <meissner@cygnus.com>
*
toplev
.
c
(
main
)
:
Delete
handling
of
-
dM
as
a
preprocessor
option
.
1998
-
12
-
21
18
:
03
-
0500
Zack
Weinberg
<
zack
@rabi
.
phys
.
columbia
.
edu
>
*
cpplib
.
c
(
skip_if_group
)
:
Split
out
the
logic
that
handles
directive
recognition
to
its
own
function
.
Don
'
t
use
parse
markers
;
use
a
bare
pointer
into
the
buffer
.
Use
copy
/
skip_rest_of_line
instead
of
doing
it
by
hand
.
Remove
`
return
on
any
directive
'
mode
which
was
never
used
,
and
take
only
one
argument
.
(
consider_directive_while_skipping
)
:
New
function
,
subroutine
of
skip_if_group
.
Logic
streamlined
a
bit
.
(
conditional_skip
,
do_elif
,
do_else
)
:
Call
skip_if_group
with
only
one
argument
.
Mon
Dec
21
17
:
39
:
38
1998
Michael
Meissner
<
meissner
@cygnus
.
com
>
*
toplev
.
c
(
main
)
:
Don
'
t
emit
any
warnings
when
using
-
dD
,
-
dM
,
or
...
...
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