public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6008] [Ada] armhf-linux: symbolic tracebacks
@ 2020-12-14 15:53 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2020-12-14 15:53 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e5e963ab2edf47f8fd62e98401edd2d56beeca84

commit r11-6008-ge5e963ab2edf47f8fd62e98401edd2d56beeca84
Author: Doug Rupp <rupp@adacore.com>
Date:   Thu Nov 19 08:35:47 2020 -0800

    [Ada] armhf-linux: symbolic tracebacks
    
    gcc/ada/
    
            * tracebak.c: Add a section for ARM Linux.

Diff:
---
 gcc/ada/tracebak.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c
index d643cfc50db..23ed8da241f 100644
--- a/gcc/ada/tracebak.c
+++ b/gcc/ada/tracebak.c
@@ -309,6 +309,13 @@ __gnat_backtrace (void **array,
 #define USING_ARM_UNWINDING 1
 #endif
 
+/*---------------------- ARM Linux ------------------------------------ -*/
+#elif (defined (__ARMEL__) && defined (__linux))
+
+#define USE_GCC_UNWINDER
+#define PC_ADJUST -2
+#define USING_ARM_UNWINDING 1
+
 /*---------------------- PPC AIX/PPC Lynx 178/Older Darwin --------------*/
 #elif ((defined (_POWER) && defined (_AIX)) || \
        (defined (__powerpc__) && defined (__Lynx__) && !defined(__ELF__)) || \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-14 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 15:53 [gcc r11-6008] [Ada] armhf-linux: symbolic tracebacks Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).