comparison gcc/config/bfin/bfin.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Definitions for the Blackfin port. 1 /* Definitions for the Blackfin port.
2 Copyright (C) 2005-2017 Free Software Foundation, Inc. 2 Copyright (C) 2005-2018 Free Software Foundation, Inc.
3 Contributed by Analog Devices. 3 Contributed by Analog Devices.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it 7 GCC is free software; you can redistribute it and/or modify it
202 #ifndef SUBTARGET_DRIVER_SELF_SPECS 202 #ifndef SUBTARGET_DRIVER_SELF_SPECS
203 # define SUBTARGET_DRIVER_SELF_SPECS 203 # define SUBTARGET_DRIVER_SELF_SPECS
204 #endif 204 #endif
205 205
206 #define LINK_GCC_C_SEQUENCE_SPEC "\ 206 #define LINK_GCC_C_SEQUENCE_SPEC "\
207 %{mfast-fp:-lbffastfp} %G %L %{mfast-fp:-lbffastfp} %G \ 207 %{mfast-fp:-lbffastfp} %G %{!nolibc:%L} %{mfast-fp:-lbffastfp} %G \
208 " 208 "
209 209
210 #undef ASM_SPEC 210 #undef ASM_SPEC
211 #define ASM_SPEC "\ 211 #define ASM_SPEC "\
212 %{mno-fdpic:-mnopic} %{mfdpic}" 212 %{mno-fdpic:-mnopic} %{mfdpic}"