aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2012-05-25 09:57:15 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-05-25 09:57:15 +0000
commit619a69500d8ef2302cf6b8789ea2aa5553f54f34 (patch)
tree6f4ed8a555bd4e4fe7ebdcd4a2c576d0ee60cf46
parentb993039f5bb3870d3c6fcb61f9554067e76141a9 (diff)
downloadgcc-619a69500d8ef2302cf6b8789ea2aa5553f54f34.zip
gcc-619a69500d8ef2302cf6b8789ea2aa5553f54f34.tar.gz
gcc-619a69500d8ef2302cf6b8789ea2aa5553f54f34.tar.bz2
Fix formatting
From-SVN: r187875
-rw-r--r--gcc/ada/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 1c5d7f7..504783b 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -6,20 +6,20 @@
* gnatlink.adb (Gnatlink): Declare Object_File_Option_Ptr here...
Declare Object_File_Option string constant and Using_GNU_response_file
boolean constant.
- (Process_Binder_File): ...instead of here.  Delete Using_GNU_Linker,
- Opening and Closing local variables.  Do not handle the GNU linker
+ (Process_Binder_File): ...instead of here. Delete Using_GNU_Linker,
+ Opening and Closing local variables. Do not handle the GNU linker
specially.
- (Write_RF): New procedure to write into the response file.  Escape some
- characters if a GNU response file is used.  Keep track of error status.
- Invoke Write_RF to write into the response file.  Delete the file only
+ (Write_RF): New procedure to write into the response file. Escape some
+ characters if a GNU response file is used. Keep track of error status.
+ Invoke Write_RF to write into the response file. Delete the file only
if the link was successful.
* mlib-utl.adb: Do not `with' package System.
- (Gcc): Likewise.  Declare Object_File_Option string constant and
+ (Gcc): Likewise. Declare Object_File_Option string constant and
Using_GNU_response_file boolean constant.
- (Write_RF): Take a string instead of address and length.  Escape some
+ (Write_RF): Take a string instead of address and length. Escape some
characters if a GNU response file is used.
- Invoke Write_RF to write into the response file.  Delete the file only
- if the link was successful.  Do not warn if it cannot be deleted.
+ Invoke Write_RF to write into the response file. Delete the file only
+ if the link was successful. Do not warn if it cannot be deleted.
2012-05-20 Eric Botcazou <ebotcazou@adacore.com>