Enable the workaround for the Loongson 2F bug by default. Patch by Mark H Weaver . --- binutils/gas/config/tc-mips.c.orig 2012-09-04 10:21:03.000000000 -0400 +++ binutils/gas/config/tc-mips.c 2013-10-06 02:23:21.651983768 -0400 @@ -910,10 +910,10 @@ }; /* ...likewise -mfix-loongson2f-jump. */ -static bfd_boolean mips_fix_loongson2f_jump; +static bfd_boolean mips_fix_loongson2f_jump = FALSE; /* ...likewise -mfix-loongson2f-nop. */ -static bfd_boolean mips_fix_loongson2f_nop; +static bfd_boolean mips_fix_loongson2f_nop = TRUE; /* True if -mfix-loongson2f-nop or -mfix-loongson2f-jump passed. */ static bfd_boolean mips_fix_loongson2f; --- binutils/gas/testsuite/gas/mips/mips.exp.orig 2012-09-04 10:17:13.000000000 -0400 +++ binutils/gas/testsuite/gas/mips/mips.exp 2013-10-06 02:23:21.663983768 -0400 @@ -91,6 +91,12 @@ # Catch because the variable won't be set the first time through. catch {unset mips_arches} + + # Disable the loongson2f nop fix by default, because most of the + # existing test cases for mips will fail otherwise. + global ASFLAGS + set old_ASFLAGS "$ASFLAGS" + set ASFLAGS "$ASFLAGS -mno-fix-loongson2f-nop" } # mips_arch_create ARCH GPRSIZE EXTENDS PROPS AS_FLAGS OBJDUMP_FLAGS \ 27cd17060d4c112'>treecommitdiff
path: root/gnu/system/hurd.scm
AgeCommit message (Expand)Author
2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....Janneke Nieuwenhuizen
2023-03-30system: hurd: Use shepherd-0.8 in the package list....Josselin Poiret
2023-03-03services: base: Deprecate 'syslog-service' procedure....Bruno Victal
2022-11-28system: hurd: Create more ttys....Ludovic Courtès
2022-04-08system: hurd: Fix bogus 'initrd-modules' field....Ludovic Courtès
2022-03-09system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD....Ludovic Courtès
2021-12-12services: Define '%loopback-static-networking'....Ludovic Courtès
2021-12-12services: Define '%qemu-static-networking'....Ludovic Courtès
2021-12-12services: static-networking: Change interface to mimic netlink....Ludovic Courtès
2021-10-18system: hurd: Add 'info-reader' to %BASE-PACKAGES/HURD....Ludovic Courtès
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
2021-08-12system: install, hurd: Use 'setuid-programs'....Ludovic Courtès
2021-02-22system: hurd: Have the static networking provision 'networking....Christopher Baines