alistair23-linux/arch/m68knommu
Philipe De Muyter 3f787bff45 [PATCH] m68knommu: remove useless compiler args
Here is a small patch that made my kernel .text segment shrink by 8k IIRC
on my 5272-based board, by removing `-Wa,-S' from CFLAGS.

The `-Wa,-S' option prevents `gas' from using short forms of jsr.
Without it, `gas' replaces `jsr xxx.l' (6 bytes) by `jsr xxx@pc'
(4 bytes) when possible.  On 5272, both forms are equally fast.

The `-Wa,-m5307' option is useless, because gcc already gives it
to `gas' from the `-m5307' option.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-27 18:26:36 -07:00
..
kernel [PATCH] m68knommu: use configurable RAM setup in linker script 2006-06-26 10:59:07 -07:00
lib Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mm [PATCH] m68knommu: remove use of rom_length 2006-06-25 17:43:33 -07:00
platform [PATCH] m68knommu: use configurable RAM setup in start up code 2006-06-26 10:59:07 -07:00
defconfig [PATCH] m68knommu: updated defconfig 2005-11-01 21:41:19 -08:00
Kconfig [PATCH] m68knommu: create configurable RAM setup 2006-06-26 10:59:07 -07:00
Kconfig.debug Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [PATCH] m68knommu: remove useless compiler args 2006-06-27 18:26:36 -07:00