am e6faff17: am 40990c83: Merge "Revert "[MIPS] Do not use compact branches until GDB supports them""

* commit 'e6faff17ffa23245d480da6192a75986e02707d3':
  Revert "[MIPS] Do not use compact branches until GDB supports them"
This commit is contained in:
Elliott Hughes
2015-06-17 17:19:49 +00:00
committed by Android Git Automerger
4 changed files with 0 additions and 24 deletions

View File

@@ -79,15 +79,6 @@ ifeq ($(FORCE_MIPS_DEBUGGING),true)
TARGET_mips_CFLAGS += -fno-omit-frame-pointer
endif
# For mips r6 (both 32bit and 64bit), GDB cannot stop on a breakpoint
# if it is set on a compact branch. Turn generation of compact
# branches off, to allow GDB to work properly.
# Note: JIC instruction is not affected by this flag.
# TODO: Remove this after GDB is fixed.
ifeq ($(TARGET_ARCH),mips64)
TARGET_mips_CFLAGS += -mcompact-branches=never
endif
android_config_h := $(call select-android-config-h,linux-mips)
$(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \

View File

@@ -79,15 +79,6 @@ ifeq ($(FORCE_MIPS_DEBUGGING),true)
TARGET_mips_CFLAGS += -fno-omit-frame-pointer
endif
# For mips r6 (both 32bit and 64bit), GDB cannot stop on a breakpoint
# if it is set on a compact branch. Turn generation of compact
# branches off, to allow GDB to work properly.
# Note: JIC instruction is not affected by this flag.
# TODO: Remove this after GDB is fixed.
ifeq ($(TARGET_ARCH),mips64)
TARGET_mips_CFLAGS += -mcompact-branches=never
endif
android_config_h := $(call select-android-config-h,linux-mips64)
TARGET_GLOBAL_CFLAGS += \