* minor cleanups in x86*-vxworks support file
@ 2017-06-27 13:53 Olivier Hainque
0 siblings, 0 replies; only message in thread
From: Olivier Hainque @ 2017-06-27 13:53 UTC (permalink / raw)
To: GCC Patches
Cc: Olivier Hainque, Douglas B Rupp, Jerome Lambourg, Nathan Sidwell
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-27 13:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27 13:53 minor cleanups in x86*-vxworks support file Olivier Hainque
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).