]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.am (TARG_ENV_HFILES): Add config/te-solaris.h.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Fri, 26 Sep 2008 07:04:32 +0000 (07:04 +0000)
committerEric Botcazou <ebotcazou@libertysurf.fr>
Fri, 26 Sep 2008 07:04:32 +0000 (07:04 +0000)
* Makefile.in (TARG_ENV_HFILES): Likewise.
* configure.tgt (Solaris targets): Set em=solaris.
* config/te-solaris.h: New file.

gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/configure.tgt

index 0ea548847fa188ca833ebd8214afdc98b555e150..db68f78536c6448df07f88b087933622ac0a2c69 100644 (file)
@@ -1,3 +1,10 @@
+2008-09-26  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * Makefile.am (TARG_ENV_HFILES): Add config/te-solaris.h.
+       * Makefile.in (TARG_ENV_HFILES): Likewise.
+       * configure.tgt (Solaris targets): Set em=solaris.
+       * config/te-solaris.h: New file.
+
 2008-09-25  Richard Henderson  <rth@redhat.com>
 
        * dw2gencfi.c (DWARF2_ADDR_SIZE): Provide default.
index 72f8de68c3e4e818249b9a1644d6c8593834e09d..38fe2557688c5c687030b32890d959dc4e4ad510 100644 (file)
@@ -406,6 +406,7 @@ TARG_ENV_HFILES = \
        config/te-pe.h \
        config/te-psos.h \
        config/te-riscix.h \
+       config/te-solaris.h \
        config/te-sparcaout.h \
        config/te-sun3.h \
        config/te-svr4.h \
index f85e16006ee71fd2d87459a9b2c670632f478b75..b555edb093e075b5b7471b1182432fce20e77d21 100644 (file)
@@ -653,6 +653,7 @@ TARG_ENV_HFILES = \
        config/te-pe.h \
        config/te-psos.h \
        config/te-riscix.h \
+       config/te-solaris.h \
        config/te-sparcaout.h \
        config/te-sun3.h \
        config/te-svr4.h \
index fd355c905e57f39dc300f3fc02e942854170c96d..76b10bee2d2541daad5b36c9c03773681b8bdee6 100644 (file)
@@ -198,7 +198,7 @@ case ${generic_target} in
   i386-*-linux-*)                      fmt=elf em=linux ;;
   i386-*-lynxos*)                      fmt=elf em=lynx ;;
   i386-*-sysv[45]*)                    fmt=elf ;;
-  i386-*-solaris*)                     fmt=elf ;;
+  i386-*-solaris*)                     fmt=elf em=solaris ;;
   i386-*-freebsdaout*)                 fmt=aout em=386bsd ;;
   i386-*-freebsd[12].*)                        fmt=aout em=386bsd ;;
   i386-*-freebsd[12])                  fmt=aout em=386bsd ;;
@@ -322,7 +322,7 @@ case ${generic_target} in
   ppc-*-*n*bsd* | ppc-*-elf*)          fmt=elf ;;
   ppc-*-eabi* | ppc-*-sysv4*)          fmt=elf ;;
   ppc-*-linux-*)                       fmt=elf em=linux ;;
-  ppc-*-solaris*)                      fmt=elf ;;
+  ppc-*-solaris*)                      fmt=elf em=solaris ;;
   ppc-*-rtems*)                                fmt=elf ;;
   ppc-*-macos*)                                fmt=coff em=macos ;;
   ppc-*-nto*)                          fmt=elf ;;
@@ -362,7 +362,7 @@ case ${generic_target} in
   sparc-fujitsu-none)                  fmt=aout ;;
   sparc-*-elf)                         fmt=elf ;;
   sparc-*-sysv4*)                      fmt=elf ;;
-  sparc-*-solaris*)                    fmt=elf ;;
+  sparc-*-solaris*)                    fmt=elf em=solaris ;;
   sparc-*-netbsdelf*)                  fmt=elf em=nbsd ;;
   sparc-*-netbsd*)
     case ${cpu} in
@@ -408,7 +408,8 @@ case ${generic_target} in
   *-*-generic)                         fmt=generic ;;
   *-*-xray | *-*-hms)                  fmt=coff ;;
   *-*-sim)                             fmt=coff ;;
-  *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf ;;
+  *-*-elf | *-*-sysv4*)                        fmt=elf ;;
+  *-*-solaris*)                                fmt=elf em=solaris ;;
   *-*-aros*)                           fmt=elf em=linux ;;
   *-*-vxworks* | *-*-windiss)          fmt=elf em=vxworks ;;
   *-*-netware)                         fmt=elf em=netware ;;