tests: use GAS style assembly for FreeBSD as well

pull/2803/head
Dylan Baker 7 years ago
parent 448ba5b6f3
commit 4cea88c2bb
  1. 2
      test cases/common/135 generated assembly/square-arm.S.in
  2. 2
      test cases/common/135 generated assembly/square-x86.S.in
  3. 2
      test cases/common/135 generated assembly/square-x86_64.S.in

@ -3,7 +3,7 @@
.text
.globl SYMBOL_NAME(square_unsigned)
/* Only supported with GAS */
# if defined(__linux__) || defined(__DragonFly__)
# if defined(__linux__) || defined(__DragonFly__) || defined(__FreeBSD__)
.type square_unsigned,%function
#endif

@ -22,7 +22,7 @@ END
.text
.globl SYMBOL_NAME(square_unsigned)
/* Only supported with GAS */
# if defined(__linux__) || defined(__DragonFLy__)
# if defined(__linux__) || defined(__DragonFly__) || defined(__FreeBSD__)
.type square_unsigned,@function
# endif

@ -19,7 +19,7 @@ END
.text
.globl SYMBOL_NAME(square_unsigned)
/* Only supported with GAS */
# if defined(__linux__) || defined(__DragonFly__)
# if defined(__linux__) || defined(__DragonFly__) || defined(__FreeBSD__)
.type square_unsigned,@function
# endif

Loading…
Cancel
Save