From: Olivier Hainque <hainque@adacore.com>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Cc: Olivier Hainque <hainque@adacore.com>,
Douglas B Rupp <rupp@adacore.com>,
Jerome Lambourg <lambourg@adacore.com>,
Nathan Sidwell <nathan@acm.org>
Subject: minor cleanups in x86*-vxworks support file
Date: Tue, 27 Jun 2017 13:53:00 -0000 [thread overview]
Message-ID: <7112494E-643C-4CE9-935B-7125A9E4BF0F@adacore.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 375 bytes --]
Hello,
Minor cleanups, tested together with the previous patches
introducing the vx7 support.
Committing to mainline.
With Kind Regards,
Olivier
2017-06-27 Jerome Lambourg <lambourg@adacore.com>
* config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
specific need, just fallback on defaults.
(ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
[-- Attachment #2: 0008-minor-cleanups-in-config-i386-vxworks.h.patch --]
[-- Type: application/octet-stream, Size: 450 bytes --]
--- a/gcc/config/i386/vxworks.h
+++ b/gcc/config/i386/vxworks.h
@@ -18,9 +18,7 @@ You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
-#undef ASM_SPEC
-#define ASM_SPEC ""
-
+#undef ASM_OUTPUT_ALIGNED_BSS
#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
--
1.7.10.4
reply other threads:[~2017-06-27 13:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=7112494E-643C-4CE9-935B-7125A9E4BF0F@adacore.com \
--to=hainque@adacore.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=lambourg@adacore.com \
--cc=nathan@acm.org \
--cc=rupp@adacore.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).