diff options
Diffstat (limited to 'gdb/features/sparc')
-rw-r--r-- | gdb/features/sparc/sparc32-cp0.xml | 2 | ||||
-rw-r--r-- | gdb/features/sparc/sparc32-cpu.xml | 2 | ||||
-rw-r--r-- | gdb/features/sparc/sparc32-fpu.xml | 2 | ||||
-rw-r--r-- | gdb/features/sparc/sparc32-solaris.c | 2 | ||||
-rw-r--r-- | gdb/features/sparc/sparc32-solaris.xml | 2 | ||||
-rw-r--r-- | gdb/features/sparc/sparc64-cp0.xml | 2 | ||||
-rw-r--r-- | gdb/features/sparc/sparc64-cpu.xml | 2 | ||||
-rw-r--r-- | gdb/features/sparc/sparc64-fpu.xml | 2 | ||||
-rw-r--r-- | gdb/features/sparc/sparc64-solaris.c | 2 | ||||
-rw-r--r-- | gdb/features/sparc/sparc64-solaris.xml | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/gdb/features/sparc/sparc32-cp0.xml b/gdb/features/sparc/sparc32-cp0.xml index baa80c2..a7f6e64 100644 --- a/gdb/features/sparc/sparc32-cp0.xml +++ b/gdb/features/sparc/sparc32-cp0.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2013-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2013-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/sparc/sparc32-cpu.xml b/gdb/features/sparc/sparc32-cpu.xml index 43c4768..b28c533 100644 --- a/gdb/features/sparc/sparc32-cpu.xml +++ b/gdb/features/sparc/sparc32-cpu.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2013-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2013-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/sparc/sparc32-fpu.xml b/gdb/features/sparc/sparc32-fpu.xml index e0de97b..289c1d2 100644 --- a/gdb/features/sparc/sparc32-fpu.xml +++ b/gdb/features/sparc/sparc32-fpu.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2013-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2013-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/sparc/sparc32-solaris.c b/gdb/features/sparc/sparc32-solaris.c index dce9685..70affdb 100644 --- a/gdb/features/sparc/sparc32-solaris.c +++ b/gdb/features/sparc/sparc32-solaris.c @@ -11,7 +11,7 @@ initialize_tdesc_sparc32_solaris (void) target_desc_up result = allocate_target_description (); set_tdesc_architecture (result.get (), bfd_scan_arch ("sparc")); - set_tdesc_osabi (result.get (), osabi_from_tdesc_string ("Solaris")); + set_tdesc_osabi (result.get (), GDB_OSABI_SOLARIS); struct tdesc_feature *feature; diff --git a/gdb/features/sparc/sparc32-solaris.xml b/gdb/features/sparc/sparc32-solaris.xml index 7a88743..c6c29d5 100644 --- a/gdb/features/sparc/sparc32-solaris.xml +++ b/gdb/features/sparc/sparc32-solaris.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2013-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2013-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/sparc/sparc64-cp0.xml b/gdb/features/sparc/sparc64-cp0.xml index 473198b..cef58f3 100644 --- a/gdb/features/sparc/sparc64-cp0.xml +++ b/gdb/features/sparc/sparc64-cp0.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2013-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2013-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/sparc/sparc64-cpu.xml b/gdb/features/sparc/sparc64-cpu.xml index 7f4802d..b8a66d9 100644 --- a/gdb/features/sparc/sparc64-cpu.xml +++ b/gdb/features/sparc/sparc64-cpu.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2013-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2013-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/sparc/sparc64-fpu.xml b/gdb/features/sparc/sparc64-fpu.xml index 8710585..cef935e 100644 --- a/gdb/features/sparc/sparc64-fpu.xml +++ b/gdb/features/sparc/sparc64-fpu.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2013-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2013-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/sparc/sparc64-solaris.c b/gdb/features/sparc/sparc64-solaris.c index d030df6..98edabe 100644 --- a/gdb/features/sparc/sparc64-solaris.c +++ b/gdb/features/sparc/sparc64-solaris.c @@ -11,7 +11,7 @@ initialize_tdesc_sparc64_solaris (void) target_desc_up result = allocate_target_description (); set_tdesc_architecture (result.get (), bfd_scan_arch ("sparc:v9")); - set_tdesc_osabi (result.get (), osabi_from_tdesc_string ("Solaris")); + set_tdesc_osabi (result.get (), GDB_OSABI_SOLARIS); struct tdesc_feature *feature; diff --git a/gdb/features/sparc/sparc64-solaris.xml b/gdb/features/sparc/sparc64-solaris.xml index 8c4b67b..afaf64f 100644 --- a/gdb/features/sparc/sparc64-solaris.xml +++ b/gdb/features/sparc/sparc64-solaris.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2013-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2013-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright |