lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 12 Feb 2008 16:12:01 +1000
From:	Greg Ungerer <gerg@...pgear.com>
To:	torvalds@...ux-foundation.org
Cc:	gerg@...inux.org, linux-kernel@...r.kernel.org
Subject: [M68KNOMMU]: use asflags instead of EXTRA_AFLAGS

Modify the extra asm flags for debugger capabilities,
use asflags instead for EXTRA_AFLAGS. Suggestion from
Sam Ravnborg <sam@...nborg.org>.

Signed-off-by: Greg Ungerer <gerg@...inux.org>
---

diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/5206/Makefile linux-2.6.x/arch/m68knommu/platform/5206/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/5206/Makefile	2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/5206/Makefile	2008-02-12 14:05:13.000000000 +1000
@@ -12,9 +12,7 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-y := config.o
 
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/5206e/Makefile linux-2.6.x/arch/m68knommu/platform/5206e/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/5206e/Makefile	2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/5206e/Makefile	2008-02-12 14:05:14.000000000 +1000
@@ -12,9 +12,7 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-y := config.o
 
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/520x/Makefile linux-2.6.x/arch/m68knommu/platform/520x/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/520x/Makefile	2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/520x/Makefile	2008-02-12 14:05:14.000000000 +1000
@@ -12,8 +12,6 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-y := config.o
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/523x/Makefile linux-2.6.x/arch/m68knommu/platform/523x/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/523x/Makefile	2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/523x/Makefile	2008-02-12 14:05:14.000000000 +1000
@@ -12,8 +12,6 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-y := config.o
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/5249/Makefile linux-2.6.x/arch/m68knommu/platform/5249/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/5249/Makefile	2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/5249/Makefile	2008-02-12 14:05:14.000000000 +1000
@@ -12,9 +12,7 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-y := config.o
 
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/5272/Makefile linux-2.6.x/arch/m68knommu/platform/5272/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/5272/Makefile	2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/5272/Makefile	2008-02-12 14:05:14.000000000 +1000
@@ -12,9 +12,7 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-y := config.o
 
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/527x/Makefile linux-2.6.x/arch/m68knommu/platform/527x/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/527x/Makefile	2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/527x/Makefile	2008-02-12 14:05:14.000000000 +1000
@@ -12,9 +12,7 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-y := config.o
 
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/528x/Makefile linux-2.6.x/arch/m68knommu/platform/528x/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/528x/Makefile	2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/528x/Makefile	2008-02-12 14:05:14.000000000 +1000
@@ -12,9 +12,7 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-y := config.o
 
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/5307/Makefile linux-2.6.x/arch/m68knommu/platform/5307/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/5307/Makefile	2008-02-11 14:50:21.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/5307/Makefile	2008-02-12 14:05:14.000000000 +1000
@@ -12,9 +12,7 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-y	+= config.o
 
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/532x/Makefile linux-2.6.x/arch/m68knommu/platform/532x/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/532x/Makefile	2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/532x/Makefile	2008-02-12 14:05:14.000000000 +1000
@@ -12,9 +12,7 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 #obj-y := config.o usb-mcf532x.o spi-mcf532x.o
 obj-y := config.o
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/5407/Makefile linux-2.6.x/arch/m68knommu/platform/5407/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/5407/Makefile	2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/5407/Makefile	2008-02-12 14:05:14.000000000 +1000
@@ -12,9 +12,7 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-y := config.o
 
diff -Naurp linux-2.6.25-rc1/arch/m68knommu/platform/coldfire/Makefile linux-2.6.x/arch/m68knommu/platform/coldfire/Makefile
--- linux-2.6.25-rc1/arch/m68knommu/platform/coldfire/Makefile	2008-02-11 14:50:21.000000000 +1000
+++ linux-2.6.x/arch/m68knommu/platform/coldfire/Makefile	2008-02-12 14:05:13.000000000 +1000
@@ -12,9 +12,7 @@
 # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
 #
 
-ifdef CONFIG_FULLDEBUG
-AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
-endif
+asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
 
 obj-$(CONFIG_COLDFIRE)	+= dma.o entry.o vectors.o
 obj-$(CONFIG_M5206)	+= timers.o
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ