2002-02-22 02:15:08

by Alex Song

[permalink] [raw]
Subject: andrew morton's mix

hi,

does anyone have a copy of andrew morton's mix.c ?

his site is down.

thanks,

alex


2002-02-22 02:47:46

by Andrew Morton

[permalink] [raw]
Subject: Re: andrew morton's mix

Alex Song wrote:
>
> hi,
>
> does anyone have a copy of andrew morton's mix.c ?
>

There's a copy at http://www.zip.com.au/~akpm/mix.c, but
you can get the same effect, (mixed disassembly and source
code) with objdump nowadays.

-

2002-02-23 04:54:38

by Rick A. Hohensee

[permalink] [raw]
Subject: RE: andrew morton's mix


gcc -g -Wa,-anhl is one of the better kept secrets in
GNUland.

Hey GCC people...

I suggest a gcc option like --savetemps but without the .i's.
--save.s.o perhaps.

Rick Hohensee
(Not that I use C anymore... ;o)