[binutils-gdb] gas: drop remnants of ia64-*-aix*

Jan Beulich jbeulich@sourceware.org
Tue May 21 11:43:27 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c924b84f2010d238ac86d53bad83f337e5f18f6c

commit c924b84f2010d238ac86d53bad83f337e5f18f6c
Author: Jan Beulich <jbeulich@suse.com>
Date:   Tue May 21 13:43:08 2024 +0200

    gas: drop remnants of ia64-*-aix*
    
    With BFD not supporting that target anymore, GAS can't possibly support
    it either.

Diff:
---
 gas/config/te-ia64aix.h | 23 -----------------------
 gas/configure.tgt       |  1 -
 2 files changed, 24 deletions(-)

diff --git a/gas/config/te-ia64aix.h b/gas/config/te-ia64aix.h
deleted file mode 100644
index ff33f7ee58f..00000000000
--- a/gas/config/te-ia64aix.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Copyright (C) 2007-2024 Free Software Foundation, Inc.
-
-   This file is part of GAS, the GNU Assembler.
-
-   GAS is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as
-   published by the Free Software Foundation; either version 3,
-   or (at your option) any later version.
-
-   GAS is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
-   the GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with GAS; see the file COPYING.  If not, write to the Free
-   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
-   02110-1301, USA.  */
-
-#define TE_AIX50
-#define LOCAL_LABELS_FB 1
-
-#include "obj-format.h"
diff --git a/gas/configure.tgt b/gas/configure.tgt
index 7c66734e362..d58f21873a3 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -272,7 +272,6 @@ case ${generic_target} in
 
   ia64-*-elf*)				fmt=elf ;;
   ia64-*-*vms*)				fmt=elf em=vms ;;
-  ia64-*-aix*)				fmt=elf em=ia64aix ;;
   ia64-*-linux-*)			fmt=elf em=linux ;;
   ia64-*-hpux*)				fmt=elf em=hpux ;;
   ia64-*-netbsd*)			fmt=elf em=nbsd ;;


More information about the Binutils-cvs mailing list