Commit b6b3c138 by Andreas Jaeger

* Makefile.in: Remove duplicated lines.

From-SVN: r72952
parent 43a93617
2003-10-26 Andreas Jaeger <aj@suse.de>
* Makefile.in: Remove duplicated lines.
2003-10-24 Arnaud Charlet <charlet@act-europe.fr> 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
* gnatvsn.ads (Gnat_Static_Version_String): New constant, used to * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
...@@ -20,7 +24,7 @@ ...@@ -20,7 +24,7 @@
2003-10-24 Jose Ruiz <ruiz@act-europe.fr> 2003-10-24 Jose Ruiz <ruiz@act-europe.fr>
* exp_disp.adb: * exp_disp.adb:
Remove the test against being in No_Run_Time_Mode before generating a Remove the test against being in No_Run_Time_Mode before generating a
call to Register_Tag. It is redundant with the test against the call to Register_Tag. It is redundant with the test against the
availability of the function Register_Tag. availability of the function Register_Tag.
...@@ -42,19 +46,19 @@ ...@@ -42,19 +46,19 @@
information, check that the source exists and, if it does, that the path information, check that the source exists and, if it does, that the path
is the actual path of a source of a project. is the actual path of a source of a project.
* prj-env.adb: * prj-env.adb:
(File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
Full_Path is True, return the full path instead of the simple file name. Full_Path is True, return the full path instead of the simple file name.
(Project_Of): New function (Project_Of): New function
* prj-env.ads: * prj-env.ads:
(File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path, (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
defaulted to False. defaulted to False.
(Project_Of): New function (Project_Of): New function
2003-10-24 Arnaud Charlet <charlet@act-europe.fr> 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
* Makefile.generic: * Makefile.generic:
Ensure objects of main project are always checked and rebuilt if needed. Ensure objects of main project are always checked and rebuilt if needed.
Set CC to gcc by default. Set CC to gcc by default.
Prepare new handling of link by creating a global archive (not activated Prepare new handling of link by creating a global archive (not activated
...@@ -68,10 +72,10 @@ ...@@ -68,10 +72,10 @@
* sem_ch12.adb: Minor reformatting * sem_ch12.adb: Minor reformatting
* sem_ch3.adb: * sem_ch3.adb:
Minor reformatting (including new function return style throughout) Minor reformatting (including new function return style throughout)
* sem_ch3.ads: * sem_ch3.ads:
Minor reformatting (including new function return style throughout) Minor reformatting (including new function return style throughout)
2003-10-24 Arnaud Charlet <charlet@act-europe.fr> 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
...@@ -149,7 +153,7 @@ ...@@ -149,7 +153,7 @@
(__gnat_is_symbolic_link): Likewise. (__gnat_is_symbolic_link): Likewise.
(__gnat_portable_spawn): Likewise. Cast last arg of spawnvp to match (__gnat_portable_spawn): Likewise. Cast last arg of spawnvp to match
declaration declaration
(__gnat_file_time_name): Don't declare struct stat statbuf when (__gnat_file_time_name): Don't declare struct stat statbuf when
not needed. not needed.
(__gnat_is_absolute_path): Add parenthesis around condition of (__gnat_is_absolute_path): Add parenthesis around condition of
'if' statement to avoid warning. 'if' statement to avoid warning.
...@@ -191,11 +195,11 @@ ...@@ -191,11 +195,11 @@
2003-10-21 Gary Dismukes <dismukes@gnat.com> 2003-10-21 Gary Dismukes <dismukes@gnat.com>
* exp_ch3.adb: * exp_ch3.adb:
(Component_Needs_Simple_Initialization): Return False when the type is a (Component_Needs_Simple_Initialization): Return False when the type is a
packed bit array. Revise spec comments to document this case. packed bit array. Revise spec comments to document this case.
* exp_prag.adb: * exp_prag.adb:
(Expand_Pragma_Import): Set any expression on the imported object to (Expand_Pragma_Import): Set any expression on the imported object to
empty to avoid initializing imported objects (in particular this empty to avoid initializing imported objects (in particular this
covers the case of zero-initialization of bit arrays). covers the case of zero-initialization of bit arrays).
...@@ -203,7 +207,7 @@ ...@@ -203,7 +207,7 @@
2003-10-21 Ed Schonberg <schonberg@gnat.com> 2003-10-21 Ed Schonberg <schonberg@gnat.com>
* sem_ch12.adb: * sem_ch12.adb:
(Load_Parent_Of_Generic): If parent is compilation unit, stop search, (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
a subunit is missing. a subunit is missing.
(Instantiate_Subprogram_Body): If body of function is missing, set type (Instantiate_Subprogram_Body): If body of function is missing, set type
...@@ -211,16 +215,16 @@ ...@@ -211,16 +215,16 @@
errors when a subunit is missing. errors when a subunit is missing.
Fixes PR 5677. Fixes PR 5677.
* sem_ch3.adb: * sem_ch3.adb:
(Access_Subprogram_Declaration): Verify that return type is valid. (Access_Subprogram_Declaration): Verify that return type is valid.
Fixes PR 8693. Fixes PR 8693.
* sem_elab.adb: * sem_elab.adb:
(Check_Elab_Calls): Do not apply elaboration checks if the main unit is (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
generic. generic.
Fixes PR 12318. Fixes PR 12318.
* sem_util.adb: * sem_util.adb:
(Corresponding_Discriminant): If the scope of the discriminant is a (Corresponding_Discriminant): If the scope of the discriminant is a
private type without discriminant, use its full view. private type without discriminant, use its full view.
Fixes PR 8247. Fixes PR 8247.
......
...@@ -144,13 +144,6 @@ GNATLIBFLAGS = -gnatpg ...@@ -144,13 +144,6 @@ GNATLIBFLAGS = -gnatpg
GNATLIBCFLAGS = -g -O2 GNATLIBCFLAGS = -g -O2
GNATLIBCFLAGS_FOR_C = $(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) -fexceptions \ GNATLIBCFLAGS_FOR_C = $(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) -fexceptions \
-DIN_RTS -DIN_RTS
ADAFLAGS = -W -Wall -gnatpg -gnata
SOME_ADAFLAGS =-gnata
FORCE_DEBUG_ADAFLAGS = -g
GNATLIBFLAGS = -gnatpg
GNATLIBCFLAGS = -g -O2
GNATLIBCFLAGS_FOR_C = $(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) -fexceptions \
-DIN_RTS
ALL_ADA_CFLAGS = $(X_ADA_CFLAGS) $(T_ADA_CFLAGS) $(ADA_CFLAGS) ALL_ADA_CFLAGS = $(X_ADA_CFLAGS) $(T_ADA_CFLAGS) $(ADA_CFLAGS)
ALL_ADAFLAGS = $(CFLAGS) $(ALL_ADA_CFLAGS) $(X_ADAFLAGS) $(T_ADAFLAGS) \ ALL_ADAFLAGS = $(CFLAGS) $(ALL_ADA_CFLAGS) $(X_ADAFLAGS) $(T_ADAFLAGS) \
$(ADAFLAGS) $(ADAFLAGS)
......
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