Commit a472f546 by Eric Botcazou

Fix a few nits.

From-SVN: r125638
parent 16b4cb48
2007-06-11 Rafael Avila de Espindola <espindola@google.com> 2007-06-11 Rafael Avila de Espindola <espindola@google.com>
* trans.c (Attribute_to_gnu): Use * trans.c (Attribute_to_gnu): Use signed_or_unsigned_type_for instead
signed_or_unsigned_type_for instead of get_signed_or_unsigned_type of get_signed_or_unsigned_type.
* misc.c (LANG_HOOKS_SIGNED_TYPE): Remove. * misc.c (LANG_HOOKS_SIGNED_TYPE): Remove.
2007-06-11 Bob Duff <duff@adacore.com> 2007-06-11 Bob Duff <duff@adacore.com>
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes, rather * decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes, rather
than to void, for the fields when making a new fat pointer type. than to void, for the fields when making a new fat pointer type.
(gnat_substitute_in_type): Now substitute_in_type. (gnat_substitute_in_type): Now substitute_in_type.
* gigi.h (gnat_substitute_in_type): Likewise. * gigi.h (gnat_substitute_in_type): Likewise. Adjust recursive calls.
* trans.c (gnat_gimplify_expr): Remove COMPONENT_REF kludge. * trans.c (gnat_gimplify_expr): Remove COMPONENT_REF kludge.
* utils.c (update_pointer_to): Update fat pointers by updating the * utils.c (update_pointer_to): Update fat pointers by updating the
dummy node pointers used for the fields. dummy node pointers used for the fields.
...@@ -113,13 +113,12 @@ ...@@ -113,13 +113,12 @@
2007-06-06 Thomas Quinot <quinot@adacore.com> 2007-06-06 Thomas Quinot <quinot@adacore.com>
Arnaud Charlet <charlet@adacore.com> Arnaud Charlet <charlet@adacore.com>
* a-intnam-aix.ads: * a-intnam-aix.ads: Adjust comment to account for SIGADAABORT change
Adjust comment to account for SIGADAABORT change (SIGEMT is now used (SIGEMT is now used instead of SIGTERM on AIX).
instead of SIGTERM on AIX).
* s-osinte-aix.ads (Linker_Options): Use -pthread instead of -lpthreads. * s-osinte-aix.ads (Linker_Options): Use -pthread instead of -lpthreads.
(Time_Slice_Supported): Set to True. (Time_Slice_Supported): Set to True.
use SIGEMT instead of SIGTERM as SIGADAABORT. Use SIGEMT instead of SIGTERM as SIGADAABORT.
2007-06-06 Hristian Kirtchev <kirtchev@adacore.com> 2007-06-06 Hristian Kirtchev <kirtchev@adacore.com>
...@@ -249,16 +248,16 @@ ...@@ -249,16 +248,16 @@
mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb,
mlib-tgt-vms-ia64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
mlib-tgt-hpux.adb, mlib-tgt-tru64.adb: Make a common body for package mlib-tgt-hpux.adb, mlib-tgt-tru64.adb: Make a common body for package
MLib.Tgt, containing the default versions MLib.Tgt, containing the default versions of the exported subprograms.
of the exported subprograms. For each platforms, create a specific For each platform, create a specific version of the body of new child
version of the body of new child package MLib.Tgt.Specific that contains package MLib.Tgt.Specific that contains only the body of subprograms
only the bodies of subprograms that are different from the default. that are different from the default.
(Archive_Builder_Append_Options): New function (Archive_Builder_Append_Options): New function.
2007-06-06 Matthew Gingell <gingell@adacore.com> 2007-06-06 Matthew Gingell <gingell@adacore.com>
* s-osinte-aix.adb: map Ada priorities to target * s-osinte-aix.adb: Map Ada priorities to target priorities
priorities appropriately for different scheduling policies. appropriately for different scheduling policies.
2007-06-06 Arnaud Charlet <charlet@adacore.com> 2007-06-06 Arnaud Charlet <charlet@adacore.com>
...@@ -269,9 +268,8 @@ ...@@ -269,9 +268,8 @@
2007-06-06 Vasiliy Fofanov <fofanov@adacore.com> 2007-06-06 Vasiliy Fofanov <fofanov@adacore.com>
* s-osprim-vms.ads, s-osprim-vms.adb * s-osprim-vms.ads, s-osprim-vms.adb (Initialize): New procedure.
(Initialize) New procedure. Noop on VMS, added for interface Noop on VMS, added for interface commonality.
commonality.
2007-06-06 Eric Botcazou <ebotcazou@adacore.com> 2007-06-06 Eric Botcazou <ebotcazou@adacore.com>
Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
...@@ -361,10 +359,9 @@ ...@@ -361,10 +359,9 @@
Tristan Gingold <gingold@adacore.com> Tristan Gingold <gingold@adacore.com>
Olivier Hainque <hainque@adacore.com> Olivier Hainque <hainque@adacore.com>
* gigi.h, trans.c (Identifier_to_gnu): Change test for deferred * trans.c (Identifier_to_gnu): Change test for deferred constant by
constant by adding guard that the entity is an E_Constant before adding guard that the entity is an E_Constant before testing presence
testing presence of Full_view (and remove now-unnecessary test that of Full_view (and remove unnecessary test that entity is not a type).
entity is not a type).
For a CONST_DECL used by reference, manually retrieve For a CONST_DECL used by reference, manually retrieve
the DECL_INITIAL. Do not invoke fold in the other DECL_P cases either. the DECL_INITIAL. Do not invoke fold in the other DECL_P cases either.
(struct language_function): Move from utils.c to here. (struct language_function): Move from utils.c to here.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment