From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Cc: Richard Henderson <rth@redhat.com>,
gcc-patches@gcc.gnu.org, Tristan Gingold <gingold@adacore.com>,
Matthew Fortune <matthew.fortune@imgtec.com>
Subject: Re: Remove non-GAS non-ELF support in alpha backend
Date: Tue, 26 Sep 2017 18:40:00 -0000 [thread overview]
Message-ID: <20170926183956.tzsxip5rifwiyeci@nbbrfq.cc.univie.ac.at> (raw)
In-Reply-To: <yddd38fdps6.fsf@manam.CeBiTec.Uni-Bielefeld.DE>
On Wed, Mar 14, 2012 at 07:02:33PM +0100, Rainer Orth wrote:
> Richard Henderson <rth@redhat.com> writes:
>
> > On 03/14/12 09:09, Rainer Orth wrote:
> >
> > Nearly ok.
> >
> >> + targetm.asm_file_start_file_directive = 0;
> >
> > This is default and may be deleted.
>
> Or would be if alpha.c didn't override the default.
>
> This is what I actually committed after retesting.
Looking at ASM_OUTPUT_SOURCE_FILENAME i wonder why both alpha and mips
do not use the default hook nowadays?
mmix seems to do something different for real, fwiw.
TIA,
>
> Rainer
>
>
> 2012-03-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
>
> * config/alpha/alpha.c [HAVE_STAMP_H]: Remove.
> (alpha_file_start) [MS_STAMP]: Remove.
>
> * config/alpha/elf.h (TARGET_GAS): Remove.
> * config/alpha/freebsd.h (TARGET_DEFAULT): Remove.
> * config/alpha/linux.h (TARGET_DEFAULT): Remove.
> * config/alpha/netbsd.h (TARGET_DEFAULT): Remove.
> * config/alpha/vms.h (TARGET_DEFAULT): Remove.
> * config.gcc (alpha*-*-linux*): Remove target_cpu_default.
> (alpha*-*-freebsd*): Likewise.
> (alpha*-*-netbsd*): Likewise.
> (alpha*-*-openbsd*): Likewise.
> (alpha*-*-*): Remove target_cpu_default2.
> * config/alpha/alpha.c (alpha_output_filename): Remove !TARGET_GAS
> handling.
> * config/alpha/alpha.h (TARGET_AS_CAN_SUBTRACT_LABELS): Remove.
> (TARGET_AS_SLASH_BEFORE_SUFFIX): Remove.
> * config/alpha/alpha.c (print_operand): Always assume
> TARGET_AS_SLASH_BEFORE_SUFFIX.
> * config/alpha/alpha.md ("*builtin_setjmp_receiver_er_sl_1"):
> Remove TARGET_AS_CAN_SUBTRACT_LABELS.
> ("*builtin_setjmp_receiver_er_1"): Remove.
> * config/alpha/alpha.opt (malpha-as): Remove.
> (mgas): Ignore.
> * doc/invoke.texi (Option Summary, DEC Alpha Options): Remove
> -malpha-as, -mgas.
> Remove DEC Unix reference.
>
> * config/alpha/alpha.h (OBJECT_FORMAT_COFF): Remove.
> (EXTENDED_COFF): Remove.
> * config/alpha/elf.h (OBJECT_FORMAT_COFF): Don't undef.
> (EXTENDED_COFF): Don't undef.
> * config/alpha/alpha.c (alpha_file_start): Always assume
> OBJECT_FORMAT_ELF.
> Don't set targetm.asm_file_start_file_directive.
> [!OBJECT_FORMAT_ELF]: Remove.
> (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
>
> * config/alpha/alpha.h (SDB_DEBUGGING_INFO): Remove.
> (DBX_DEBUGGING_INFO): Remove.
> (MIPS_DEBUGGING_INFO): Remove.
> (PREFERRED_DEBUGGING_TYPE): Remove.
> (DBX_OUTPUT_SOURCE_LINE): Remove.
> (SDB_OUTPUT_SOURCE_LINE): Remove.
> (DBX_CONTIN_LENGTH): Remove.
> (NO_DBX_FUNCTION_END): Remove.
> (ASM_STABS_OP): Remove.
> (ASM_STABN_OP): Remove.
> (ASM_STABD_OP): Remove.
> (SDB_ALLOW_FORWARD_REFERENCES): Remove.
> (SDB_ALLOW_UNKNOWN_REFERENCES): Remove.
> (PUT_SDB_DEF): Remove.
> (PUT_SDB_PLAIN_DEF): Remove.
> (PUT_SDB_TYPE): Remove.
> (sdb_label_count): Remove.
> (PUT_SDB_BLOCK_START): Remove.
> (PUT_SDB_BLOCK_END): Remove.
> (PUT_SDB_FUNCTION_START): Remove.
> (PUT_SDB_FUNCTION_END): Remove.
> (PUT_SDB_EPILOGUE_END): Remove.
> * config/alpha/elf.h (SDB_DEBUGGING_INFO): Don't undef.
> (MIPS_DEBUGGING_INFO): Don't undef.
> (DBX_DEBUGGING_INFO): Don't undef.
> * config/alpha/vms.h (SDB_DEBUGGING_INFO): Don't undef.
> (MIPS_DEBUGGING_INFO): Don't undef.
> (DBX_DEBUGGING_INFO): Don't undef.
> * config/alpha/freebsd.h (DBX_CONTIN_CHAR): Remove.
> * config/alpha/alpha.c (alpha_option_override): Remove SDB_DEBUG
> handling.
> (alpha_start_function): Likewise.
> (sdb_label_count): Remove.
> (alpha_output_filename): Remove DBX_DEBUG handling.
> (alpha_file_start): Likewise.
>
next prev parent reply other threads:[~2017-09-26 18:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-12 16:22 Rainer Orth
2012-03-12 16:31 ` Richard Henderson
2012-03-14 16:10 ` Rainer Orth
2012-03-14 17:10 ` Richard Henderson
2012-03-14 18:03 ` Rainer Orth
2017-09-26 18:40 ` Bernhard Reutner-Fischer [this message]
2012-03-12 16:58 ` Joseph S. Myers
2012-03-12 16:59 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170926183956.tzsxip5rifwiyeci@nbbrfq.cc.univie.ac.at \
--to=rep.dot.nop@gmail.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=gingold@adacore.com \
--cc=matthew.fortune@imgtec.com \
--cc=ro@CeBiTec.Uni-Bielefeld.DE \
--cc=rth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).