diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-22 17:27:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-22 17:27:20 +0000 |
commit | ed71e1110daa51fb1e40bf98ab7b27768be6a123 (patch) | |
tree | 16d35c46d831e6f5422d2dbf52cea1670a5d6f25 /bfd/elf32-qnx.h | |
parent | dfe0d3fe28b8e6f9e8a43c9aabc09db723b52fc8 (diff) | |
download | gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.zip gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.tar.gz gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.tar.bz2 |
Add sh-nto support
Diffstat (limited to 'bfd/elf32-qnx.h')
-rw-r--r-- | bfd/elf32-qnx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elf32-qnx.h b/bfd/elf32-qnx.h index 454c2b4..d4eefb8 100644 --- a/bfd/elf32-qnx.h +++ b/bfd/elf32-qnx.h @@ -22,11 +22,11 @@ (start + (segment->p_memsz > segment->p_filesz \ ? segment->p_memsz : segment->p_filesz)) -static boolean elf_i386qnx_copy_private_bfd_data_p +static boolean elf_qnx_copy_private_bfd_data_p PARAMS ((bfd *, asection *, bfd *, asection *)); -static boolean elf_i386qnx_is_contained_by_filepos +static boolean elf_qnx_is_contained_by_filepos PARAMS ((asection *, Elf_Internal_Phdr *)); -static void elf_i386qnx_set_nonloadable_filepos +static void elf_qnx_set_nonloadable_filepos PARAMS ((bfd *, Elf_Internal_Phdr *)); static boolean |