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
9e94c78f
Commit
9e94c78f
authored
Mar 08, 2008
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix nits.
From-SVN: r133036
parent
7934d781
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
25 deletions
+25
-25
gcc/ada/ChangeLog
+25
-25
No files found.
gcc/ada/ChangeLog
View file @
9e94c78f
...
...
@@ -225,7 +225,7 @@
2008
-
01
-
13
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
trans
.
c
(
call_to_gnu
):
Invoke
the
addressable_p
predicate
only
*
trans
.
c
(
call_to_gnu
):
Invoke
the
addressable_p
predicate
only
when
necessary
.
Merge
some
conditional
statements
.
Update
comments
.
Rename
unchecked_convert_p
local
variable
to
suppress_type_conversion
.
Do
not
suppress
conversions
in
the
In
case
.
...
...
@@ -12096,7 +12096,7 @@
of Get_Jmpbuf_Address_Soft and Get_GNAT_Exception.
* utils2.c (build_call_0_expr): Do not set TREE_SIDE_EFFECTS.
2006-08-20 Laurent G
UERBY
<laurent@guerby.net>
2006-08-20 Laurent G
uerby
<laurent@guerby.net>
PR ada/28716
g-socket.adb (Bind_Socket): Call Set_Address.
...
...
@@ -12169,7 +12169,7 @@
PR ada/27944
* s-taprop-hpux-dce.adb: Delete redundant 'with System.Parameters'.
2006-06-06 Laurent G
UERBY
<laurent@guerby.net>
2006-06-06 Laurent G
uerby
<laurent@guerby.net>
PR ada/27769
mlib-utl.adb: Use Program_Name.
...
...
@@ -14702,7 +14702,7 @@
* utils.c (max_size): Only test for TREE_OVERFLOW on INTEGER_CST
nodes.
2005-11-23 Laurent G
UERBY
<laurent@guerby.net>
2005-11-23 Laurent G
uerby
<laurent@guerby.net>
* mlib-prj.adb (Build_Library): Initialize Delete.
...
...
@@ -14720,7 +14720,7 @@
the error message text, instead use pp_format_text and the new
pretty printer APIs. This allows handling of %qs, %w, etc.
2005-11-18 Laurent G
UERBY
<laurent@guerby.net>
2005-11-18 Laurent G
uerby
<laurent@guerby.net>
PR ada/24857
* Makefile.in: Use s-auxdec-empty for RTEMS.
...
...
@@ -14733,7 +14733,7 @@
reference, declaration, or constant, since the gimplifier
can't handle that case.
2005-11-17 Laurent G
UERBY
<laurent@guerby.net>
2005-11-17 Laurent G
uerby
<laurent@guerby.net>
PR ada/24857
* s-auxdec-empty.ads, s-auxdec-empty.adb: New files.
...
...
@@ -16122,7 +16122,7 @@
build_binary_op for the "
target
pointer
" case. Use build_return_expr
instead of manually building the RETURN_EXPR tree.
2005-09-16 Laurent G
UERBY
<laurent@guerby.net>
2005-09-16 Laurent G
uerby
<laurent@guerby.net>
PR ada/23788
* s-tpinop.ads: Make this unit Preelaborate.
...
...
@@ -19356,7 +19356,7 @@
* misc.c: Adjust warning() callers.
2005-04-16 Laurent G
UERBY
<laurent@guerby.net>
2005-04-16 Laurent G
uerby
<laurent@guerby.net>
PR ada/18847
* a-nudira.adb (Value): Check for valid string.
...
...
@@ -19371,7 +19371,7 @@
* adaint.c, init.c, tracebak.c: Fix comment typos.
* gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Fix typos.
2005-04-07 Laurent G
UERBY
<laurent@guerby.net>
2005-04-07 Laurent G
uerby
<laurent@guerby.net>
John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* Makefile.in: Add make ifeq define for hppa linux tasking support.
...
...
@@ -21538,14 +21538,14 @@
a-zttest.ads, a-zzunio.ads: New files. Part of new Ada 2005
library.
2005-01-27 Laurent G
UERBY
<laurent@guerby.net>
2005-01-27 Laurent G
uerby
<laurent@guerby.net>
* Makefile.in: Fix a-intnam.ads from previous commit,
add 2005 to copyright.
* a-intman-rtems.ads: Renamed to...
* a-intnam-rtems.ads:
2005-01-27 Laurent G
UERBY
<laurent@guerby.net>
2005-01-27 Laurent G
uerby
<laurent@guerby.net>
* Makefile.in: Rename GNAT RTEMS specific files.
* 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb,
...
...
@@ -21554,14 +21554,14 @@
s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above.
2005-01-27 Joel Sherrill <joel.sherrill@oarcorp.com>
Laurent G
UERBY
<laurent@guerby.net>
Laurent G
uerby
<laurent@guerby.net>
PR ada/19488
* 5rosinte.ads: Add No_Key constant.
* 5rtpopsp.adb: Initialize ATCB_Key with No_Key and fix style.
* gsocket.h: Do not include <sys/socket.h> with RTEMS either.
2005-01-26 Laurent G
UERBY
<laurent@guerby.net>
2005-01-26 Laurent G
uerby
<laurent@guerby.net>
PR ada/19414
* i-cobol.adb (Valid_Numeric): Handle zero length case.
...
...
@@ -23113,7 +23113,7 @@
* mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2
2004-10-04 Laurent G
UERBY
<laurent@guerby.net>
2004-10-04 Laurent G
uerby
<laurent@guerby.net>
PR ada/15156
* Makefile.in: Define and use RANLIB_FLAGS.
...
...
@@ -27219,7 +27219,7 @@
* sem_elim.adb: Some minor code reorganization from code reading. Fix
misprint in the function name (File_Name_Match).
2004-04-23 Laurent G
UERBY
<laurent@guerby.net>
2004-04-23 Laurent G
uerby
<laurent@guerby.net>
* Makefile.in: Remove RANLIB_TEST, use -$(RANLIB) including after
install.
...
...
@@ -27304,7 +27304,7 @@
* snames.ads, snames.adb: Remove Name_Homonym_Number (Homonym_Number is
no longer used as a parameter name for Eliminate pragma).
2004-04-22 Laurent G
UERBY
<laurent@guerby.net>
2004-04-22 Laurent G
uerby
<laurent@guerby.net>
PR optimization/14984
PR optimization/14985
...
...
@@ -33679,7 +33679,7 @@
(REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
2002-08-25 Andre Leis <a.leis@gmx.net>
David Billinghurst
(
David.Billinghurst@riotinto.com>
David Billinghurst
<
David.Billinghurst@riotinto.com>
* sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
...
...
@@ -34101,8 +34101,8 @@
2002-03-23 Florian Weimer <fw@deneb.enyo.de>
From Ben Brosgol <brosgol@gnat.com>
* gnat_rm.texi: Sync with ACT version.
(From Ben Brosgol <brosgol@gnat.com>)
2002-03-20 Neil Booth <neil@daikokuya.demon.co.uk>
...
...
@@ -34496,7 +34496,7 @@
is a package instantiation rewritten as a package body.
(Install_Withed_Unit): Undo previous change, now redundant.
2001-12-17 Gary Dismuke
s
<dismukes@gnat.com>
2001-12-17 Gary Dismuke
<dismukes@gnat.com>
* layout.adb:
(Compute_Length): Move conversion to Unsigned to callers.
...
...
@@ -34555,7 +34555,7 @@
* exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
when Java_VM.
2001-12-17 Robert Dewa
r
<dewar@gnat.com>
2001-12-17 Robert Dewa
<dewar@gnat.com>
* exp_attr.adb: Minor reformatting
...
...
@@ -34973,7 +34973,7 @@
* lib-xref.adb (Output_Refs): Make sure pointers are always properly
handled.
2001-12-11 Ed Schonber
g
<schonber@gnat.com>
2001-12-11 Ed Schonber
<schonber@gnat.com>
* sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
renamed unit before checking for recursive instantiations.
...
...
@@ -36415,17 +36415,17 @@ Thu Nov 15 18:16:17 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* sinfo.ads (N_Error): Now has Etype field (which will be set
to Any_Type to help error recovery).
2001-10-08 Richard Kenner
(kenner@gnat.com)
2001-10-08 Richard Kenner
<kenner@gnat.com>
* misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
Consistently set MEM attributes from expression; fixes
bootstrap failure on x86.
2001-10-08 Geert Bosch
(bosch@gnat.com)
2001-10-08 Geert Bosch
<bosch@gnat.com>
* 5oosinte.adb: Add 2001 to copyright notice.
2001-10-08 Geert Bosch
(bosch@gnat.com)
2001-10-08 Geert Bosch
<bosch@gnat.com>
* ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
...
...
@@ -36435,7 +36435,7 @@ Thu Nov 15 18:16:17 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* 5oosinte.adb: Fix spelling error of "
separate
" as "
seperate
".
2001-10-05 Geert Bosch
(bosch@gnat.com)
2001-10-05 Geert Bosch
<bosch@gnat.com>
* adaint.h: Small formatting fix.
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