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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 13 Jan 2010 09:31:44 -0800
From:	Joe Perches <joe@...ches.com>
To:	Andi Kleen <andi@...stfloor.org>
Cc:	Michal Marek <mmarek@...e.cz>,
	William Allen Simpson <william.allen.simpson@...il.com>,
	Linux Kernel Developers <linux-kernel@...r.kernel.org>,
	Linux Kernel Network Developers <netdev@...r.kernel.org>,
	Ilpo Järvinen <ilpo.jarvinen@...sinki.fi>,
	Eric Dumazet <eric.dumazet@...il.com>,
	linux-kbuild@...r.kernel.org
Subject: Re: [PATCH] Makefile: Document ability to make file.lst and file.S

On Wed, 2010-01-13 at 18:14 +0100, Andi Kleen wrote:
> On Wed, Jan 13, 2010 at 08:40:35AM -0800, Joe Perches wrote:
> > On Wed, 2010-01-13 at 16:53 +0100, Andi Kleen wrote:
> > > On Wed, Jan 13, 2010 at 10:36:39AM -0500, William Allen Simpson wrote:
> > > > What make command would you suggest to get the interleaved asm?
> > > make path/to/file.lst
> > > (or .S -- you might need uptodate binutils if the lst listing is messed up)
> > I didn't know that was possible.
> The trap is that it doesn't work well on most systems with too 
> old binutils (unless the gcc is really ancient)

Then that might as well go into the help.

Signed-off-by: Joe Perches <joe@...ches.com>
---
diff --git a/Makefile b/Makefile
index 9f64552..484cff4 100644
--- a/Makefile
+++ b/Makefile
@@ -1248,7 +1248,9 @@ help:
 	@echo  '  firmware_install- Install all firmware to INSTALL_FW_PATH'
 	@echo  '                    (default: $$(INSTALL_MOD_PATH)/lib/firmware)'
 	@echo  '  dir/            - Build all files in dir and below'
-	@echo  '  dir/file.[ois]  - Build specified target only'
+	@echo  '  dir/file.[oisS] - Build specified target only'
+	@echo  '  dir/file.lst    - Build specified mixed source/assembly target only'
+	@echo  '                    (requires a recent binutils and recent build (System.map))'
 	@echo  '  dir/file.ko     - Build module including final link'
 	@echo  '  modules_prepare - Set up for building external modules'
 	@echo  '  tags/TAGS	  - Generate tags file for editors'


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ