aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-08-09 15:38:24 +0000
committerNick Clifton <nickc@redhat.com>2002-08-09 15:38:24 +0000
commit59bc061d4bf78e9c05967a6bd516f26a3880e520 (patch)
tree3224940368fa7099cfd39bcc880c8a45f83dbbf5 /ld/emulparams
parent2b692c5912c33f69e4016113c0dd039acc820d70 (diff)
downloadgdb-59bc061d4bf78e9c05967a6bd516f26a3880e520.zip
gdb-59bc061d4bf78e9c05967a6bd516f26a3880e520.tar.gz
gdb-59bc061d4bf78e9c05967a6bd516f26a3880e520.tar.bz2
Add QNX Neutrino PowerPC support and common up QNX functions
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf32lppcnto.sh5
-rw-r--r--ld/emulparams/elf32ppcnto.sh4
2 files changed, 9 insertions, 0 deletions
diff --git a/ld/emulparams/elf32lppcnto.sh b/ld/emulparams/elf32lppcnto.sh
new file mode 100644
index 0000000..1f19055
--- /dev/null
+++ b/ld/emulparams/elf32lppcnto.sh
@@ -0,0 +1,5 @@
+. ${srcdir}/emulparams/elf32ppc.sh
+OUTPUT_FORMAT="elf32-powerpcle"
+MAXPAGESIZE=0x1000
+TEXT_START_ADDR=0x48040000
+
diff --git a/ld/emulparams/elf32ppcnto.sh b/ld/emulparams/elf32ppcnto.sh
new file mode 100644
index 0000000..dd4a79c
--- /dev/null
+++ b/ld/emulparams/elf32ppcnto.sh
@@ -0,0 +1,4 @@
+. ${srcdir}/emulparams/elf32ppc.sh
+MAXPAGESIZE=0x1000
+TEXT_START_ADDR=0x48040000
+