Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17920
b: refs/heads/master
c: 6e0c47e
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Linus Torvalds committed Jan 12, 2006
1 parent 75e8ca1 commit beefdc2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 130951ccb14167c20b87e8bed52b60864ed53c2b
refs/heads/master: 6e0c47ede7b1473a4e2ab65a0fecf0385ab23c03
4 changes: 3 additions & 1 deletion trunk/arch/x86_64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ CFLAGS += -pipe
# actually it makes the kernel smaller too.
CFLAGS += -fno-reorder-blocks
CFLAGS += -Wno-sign-compare
ifneq ($(CONFIG_DEBUG_INFO),y)
ifneq ($(CONFIG_UNWIND_INFO),y)
CFLAGS += -fno-asynchronous-unwind-tables
endif
ifneq ($(CONFIG_DEBUG_INFO),y)
# -fweb shrinks the kernel a bit, but the difference is very small
# it also messes up debugging, so don't use it for now.
#CFLAGS += $(call cc-option,-fweb)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ SECTIONS
/* Sections to be discarded */
/DISCARD/ : {
*(.exitcall.exit)
#ifndef CONFIG_DEBUG_INFO
#ifndef CONFIG_UNWIND_INFO
*(.eh_frame)
#endif
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/dwarf2.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
away for older version.
*/

#ifdef CONFIG_DEBUG_INFO
#ifdef CONFIG_UNWIND_INFO

#define CFI_STARTPROC .cfi_startproc
#define CFI_ENDPROC .cfi_endproc
Expand Down

0 comments on commit beefdc2

Please sign in to comment.