diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-01 10:01:31 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-01 10:01:31 +0000 |
commit | ab52745761e1e84fbe633c46dce875cb34112984 (patch) | |
tree | 52f3a096a08f6e10ff730078081414d84efcabb0 /gcc/ada/vxaddr2line.adb | |
parent | b23d813cab02e49f8145577771a7bcb5ea50e733 (diff) | |
download | gcc-ab52745761e1e84fbe633c46dce875cb34112984.tar.gz |
2014-08-01 Arnaud Charlet <charlet@adacore.com>
* exp_attr.adb (Is_Inline_Floating_Point_Attribute): Restore more
completely previous code since only GCC back-ends are prepared
to handle e.g. 'Machine attribute.
* targparm.adb, targparm.ads: Remove remaining refs and
handling of OpenVMS_On_Target, VAX_Float_On_Target and
RTX_RTSS_Kernel_Module_On_Target.
* hostparm.ads (OpenVMS, Max_Debug_Name_Length): Removed,
no longer used.
2014-08-01 Robert Dewar <dewar@adacore.com>
* exp_dist.adb, exp_attr.adb: Minor reformatting.
* sem_ch3.adb, mlib-tgt-specific-hpux.adb, a-direct.ads,
a-synbar-posix.adb, exp_ch9.adb, sem_ch10.adb, sem_prag.adb,
sem_ch12.adb, sem.ads, sem_res.adb, s-exctra.adb, s-soflin.ads,
g-alveop.ads, sem_ch8.adb, vxaddr2line.adb, sem_cat.ads: Remove
improper use of shall.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213440 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/vxaddr2line.adb')
-rw-r--r-- | gcc/ada/vxaddr2line.adb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/ada/vxaddr2line.adb b/gcc/ada/vxaddr2line.adb index b65ebc6acd6..edcc95cc07f 100644 --- a/gcc/ada/vxaddr2line.adb +++ b/gcc/ada/vxaddr2line.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2002-2013, AdaCore -- +-- Copyright (C) 2002-2014, AdaCore -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -41,18 +41,18 @@ -- selects the target architecture. In the absence of this parameter the -- default variant is chosen based on the Detect_Arch result. Generally, -- this parameter will only be used if vxaddr2line is recompiled manually. --- Otherwise, the command name will always be of the form --- <target>-vxaddr2line where there is no ambiguity on the target's --- architecture. +-- Otherwise, the command name will always be of the form: +-- <target>-vxaddr2line +-- where there is no ambiguity on the target's architecture. -- <exe_file> : -- The name of the partially linked binary file for the application. -- <ref_address> : --- Runtime address (on the target) of a reference symbol you choose, --- which name shall match the value of the Ref_Symbol variable declared --- below. A symbol with a small offset from the beginning of the text --- segment is better, so "adainit" is a good choice. +-- Runtime address (on the target) of a reference symbol you choose. This +-- name must match the value of the Ref_Symbol variable declared below. +-- A symbol with a small offset from the beginning of the text segment is +-- better, so "adainit" is a good choice. -- <backtrace addresses> : -- The call chain addresses you obtained at run time on the target and @@ -78,7 +78,7 @@ procedure VxAddr2Line is -- Instantiate Modular_IO to have Put Ref_Symbol : constant String := "adainit"; - -- This is the name of the reference symbol which runtime address shall + -- This is the name of the reference symbol whose runtime address must -- be provided as the <ref_address> argument. -- All supported architectures |