commit | 386d9a7edd9f3492c99124b0a659e9ed7abb30f9 | [log] [tgz] |
---|---|---|
author | Magnus Damm <magnus@valinux.co.jp> | Wed Dec 06 20:37:53 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:38 2006 -0800 |
tree | 6b7f05e1b023f12b113845c23af9a3ba263fef99 | |
parent | 651971cb7242e8f6d7ebd153e69bd271cb731223 [diff] |
[PATCH] elf: Always define elf_addr_t in linux/elf.h Define elf_addr_t in linux/elf.h. The size of the type is determined using ELF_CLASS. This allows us to remove the defines that today are spread all over .c and .h files. Signed-off-by: Magnus Damm <magnus@valinux.co.jp> Cc: Daniel Jacobowitz <drow@false.org> Cc: Roland McGrath <roland@redhat.com> Cc: Jakub Jelinek <jakub@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>