Changeset 907
- Timestamp:
- Dec 16, 2003, 11:01:18 PM (22 years ago)
- Location:
- trunk/src/binutils
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/config.bfd
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r906 r907 75 75 case "${targ}" in 76 76 mips*-dec-bsd*) 77 echo "This target is obsolete and has been removed." 77 echo "This target is obsolete and has been removed." 78 78 exit 1 79 79 ;; 80 80 81 81 mips*-*-pe*) 82 echo "This target is obsolete and has been removed." 82 echo "This target is obsolete and has been removed." 83 83 exit 1 84 84 ;; … … 375 375 #endif /* defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) */ 376 376 377 i370-*-*) 377 i370-*-*) 378 378 targ_defvec=bfd_elf32_i370_vec 379 379 targ_selvecs="bfd_elf32_i370_vec" … … 447 447 esac 448 448 ;; 449 i[3456]86-*-netbsdelf*) 449 i[3456]86-*-netbsdelf*) 450 450 targ_defvec=bfd_elf32_i386_vec 451 451 targ_selvecs=i386netbsd_vec … … 543 543 targ_selfvecs=i386chaos_vec 544 544 ;; 545 i[3456]86-*-os2-elf) 546 targ_defvec=bfd_elf32_i386_vec 547 targ_selvecs="bfd_elf32_i386_vec i386aout_emx_vec" 548 targ_underscore=yes 549 ;; 545 550 i[3456]86-*-os2*) 546 targ_defvec= bfd_elf32_i386_vec547 targ_selvecs=" bfd_elf32_i386_vec i386aout_emx_vec"551 targ_defvec=i386aout_emx_vec 552 targ_selvecs="i386aout_emx_vec bfd_elf32_i386_vec" 548 553 targ_underscore=yes 549 554 ;; … … 666 671 targ_underscore=yes 667 672 ;; 668 m68*-*-netbsdelf*) 673 m68*-*-netbsdelf*) 669 674 targ_defvec=bfd_elf32_m68k_vec 670 675 targ_selvecs="m68knetbsd_vec m68k4knetbsd_vec hp300bsd_vec sunos_big_vec" -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/bfd/configure
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r906 r907 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.13 4 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 854 854 fi 855 855 856 856 857 857 858 858 … … 2250 2250 echo $ac_n "(cached) $ac_c" 1>&6 2251 2251 else 2252 2252 2253 2253 ac_ext=c 2254 2254 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. … … 2376 2376 exec 5>>./config.log 2377 2377 2378 2379 2380 2381 2382 2378 2379 2380 2381 2382 2383 2383 2384 2384 # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given. … … 2466 2466 2467 2467 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6 2468 2468 2469 2469 2470 2470 if test $USE_MAINTAINER_MODE = yes; then … … 2476 2476 fi 2477 2477 MAINT=$MAINTAINER_MODE_TRUE 2478 2478 2479 2479 2480 2480 echo $ac_n "checking whether to install libbfd""... $ac_c" 1>&6 … … 2493 2493 2494 2494 echo "$ac_t""$install_libbfd_p" 1>&6 2495 2495 2496 2496 2497 2497 if test $install_libbfd_p = yes; then … … 2509 2509 bfdincludedir='$(exec_prefix)/$(host_alias)/$(target_alias)/include' 2510 2510 fi 2511 2512 2511 2512 2513 2513 2514 2514 … … 3071 3071 if test $ac_cv_c_const = no; then 3072 3072 cat >> confdefs.h <<\EOF 3073 #define const 3073 #define const 3074 3074 EOF 3075 3075 … … 3107 3107 inline | yes) ;; 3108 3108 no) cat >> confdefs.h <<\EOF 3109 #define inline 3109 #define inline 3110 3110 EOF 3111 3111 ;; … … 3451 3451 #define $ac_tr_hdr 1 3452 3452 EOF 3453 3453 3454 3454 else 3455 3455 echo "$ac_t""no" 1>&6 … … 3506 3506 #define $ac_tr_func 1 3507 3507 EOF 3508 3508 3509 3509 else 3510 3510 echo "$ac_t""no" 1>&6 … … 3683 3683 fi 3684 3684 3685 3685 3686 3686 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \ 3687 3687 unistd.h values.h sys/param.h … … 3720 3720 #define $ac_tr_hdr 1 3721 3721 EOF 3722 3722 3723 3723 else 3724 3724 echo "$ac_t""no" 1>&6 … … 3776 3776 #define $ac_tr_func 1 3777 3777 EOF 3778 3778 3779 3779 else 3780 3780 echo "$ac_t""no" 1>&6 … … 3833 3833 #define $ac_tr_func 1 3834 3834 EOF 3835 3835 3836 3836 else 3837 3837 echo "$ac_t""no" 1>&6 … … 3892 3892 3893 3893 echo "$ac_t""$USE_NLS" 1>&6 3894 3894 3895 3895 3896 3896 USE_INCLUDED_LIBINTL=no … … 4132 4132 #define $ac_tr_func 1 4133 4133 EOF 4134 4134 4135 4135 else 4136 4136 echo "$ac_t""no" 1>&6 … … 4242 4242 4243 4243 4244 4244 4245 4245 if test "$CATOBJEXT" = "NONE"; then 4246 4246 nls_cv_use_gnu_gettext=yes … … 4358 4358 fi 4359 4359 4360 4360 4361 4361 USE_INCLUDED_LIBINTL=yes 4362 4362 CATOBJEXT=.gmo … … 4399 4399 done 4400 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4413 4414 4414 if test "x$CATOBJEXT" != "x"; then … … 4439 4439 /* The system does not provide the header <locale.h>. Take care yourself. */" 4440 4440 fi 4441 4441 4442 4442 4443 4443 if test -f $srcdir/po2tbl.sed.in; then … … 4492 4492 GT_YES="#YES#" 4493 4493 fi 4494 4495 4494 4495 4496 4496 4497 4497 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs" 4498 4498 4499 4499 4500 4500 l= 4501 4501 4502 4502 4503 4503 if test -f $srcdir/po/POTFILES.in; then … … 4516 4516 < $srcdir/po/POTFILES.in > po/POTFILES 4517 4517 fi 4518 4518 4519 4519 4520 4520 # Permit host specific settings. … … 4678 4678 #define $ac_tr_hdr 1 4679 4679 EOF 4680 4680 4681 4681 else 4682 4682 echo "$ac_t""no" 1>&6 … … 4719 4719 #define $ac_tr_hdr 1 4720 4720 EOF 4721 4721 4722 4722 else 4723 4723 echo "$ac_t""no" 1>&6 … … 4934 4934 #define $ac_tr_func 1 4935 4935 EOF 4936 4936 4937 4937 else 4938 4938 echo "$ac_t""no" 1>&6 … … 5262 5262 i[3456]86-*-os2*) 5263 5263 COREFILE=trad-core.lo 5264 cat >> confdefs.h <<\EOF 5265 #define TRAD_HEADER "hosts/i386emx.h" 5266 EOF 5267 5264 TRAD_HEADER='"hosts/i386emx.h"' 5268 5265 ;; 5269 5266 i860-*-mach3* | i860-*-osf1*) … … 5359 5356 # have c_impl as a member of struct core_dumpx 5360 5357 echo $ac_n "checking for c_impl in struct core_dumpx""... $ac_c" 1>&6 5361 echo "configure:53 62: checking for c_impl in struct core_dumpx" >&55358 echo "configure:5359: checking for c_impl in struct core_dumpx" >&5 5362 5359 cat > conftest.$ac_ext <<EOF 5363 #line 536 4"configure"5360 #line 5361 "configure" 5364 5361 #include "confdefs.h" 5365 5362 #include <core.h> … … 5368 5365 ; return 0; } 5369 5366 EOF 5370 if { (eval echo configure:53 71: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5367 if { (eval echo configure:5368: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5371 5368 rm -rf conftest* 5372 5369 cat >> confdefs.h <<\EOF … … 5436 5433 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5437 5434 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5438 echo "configure:543 9: checking for $ac_hdr" >&55435 echo "configure:5436: checking for $ac_hdr" >&5 5439 5436 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5440 5437 echo $ac_n "(cached) $ac_c" 1>&6 … … 5442 5439 cat > conftest.$ac_ext <<EOF 5443 5440 #include <sys/types.h> 5444 #line 544 5"configure"5441 #line 5442 "configure" 5445 5442 #include "confdefs.h" 5446 5443 #include <$ac_hdr> 5447 5444 EOF 5448 5445 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5449 { (eval echo configure:54 50: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5446 { (eval echo configure:5447: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5450 5447 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5451 5448 if test -z "$ac_err"; then … … 5467 5464 #define $ac_tr_hdr 1 5468 5465 EOF 5469 5466 5470 5467 else 5471 5468 echo "$ac_t""no" 1>&6 … … 5475 5472 if test "$ac_cv_header_sys_procfs_h" = yes; then 5476 5473 echo $ac_n "checking for prstatus_t in sys/procfs.h""... $ac_c" 1>&6 5477 echo "configure:547 8: checking for prstatus_t in sys/procfs.h" >&55474 echo "configure:5475: checking for prstatus_t in sys/procfs.h" >&5 5478 5475 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus_t'+set}'`\" = set"; then 5479 5476 echo $ac_n "(cached) $ac_c" 1>&6 5480 5477 else 5481 5478 cat > conftest.$ac_ext <<EOF 5482 #line 548 3"configure"5479 #line 5480 "configure" 5483 5480 #include "confdefs.h" 5484 5481 … … 5489 5486 ; return 0; } 5490 5487 EOF 5491 if { (eval echo configure:54 92: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5488 if { (eval echo configure:5489: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5492 5489 rm -rf conftest* 5493 5490 bfd_cv_have_sys_procfs_type_prstatus_t=yes … … 5497 5494 rm -rf conftest* 5498 5495 bfd_cv_have_sys_procfs_type_prstatus_t=no 5499 5496 5500 5497 fi 5501 5498 rm -f conftest* … … 5511 5508 5512 5509 echo $ac_n "checking for prstatus32_t in sys/procfs.h""... $ac_c" 1>&6 5513 echo "configure:551 4: checking for prstatus32_t in sys/procfs.h" >&55510 echo "configure:5511: checking for prstatus32_t in sys/procfs.h" >&5 5514 5511 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus32_t'+set}'`\" = set"; then 5515 5512 echo $ac_n "(cached) $ac_c" 1>&6 5516 5513 else 5517 5514 cat > conftest.$ac_ext <<EOF 5518 #line 551 9"configure"5515 #line 5516 "configure" 5519 5516 #include "confdefs.h" 5520 5517 … … 5525 5522 ; return 0; } 5526 5523 EOF 5527 if { (eval echo configure:552 8: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5524 if { (eval echo configure:5525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5528 5525 rm -rf conftest* 5529 5526 bfd_cv_have_sys_procfs_type_prstatus32_t=yes … … 5533 5530 rm -rf conftest* 5534 5531 bfd_cv_have_sys_procfs_type_prstatus32_t=no 5535 5532 5536 5533 fi 5537 5534 rm -f conftest* … … 5547 5544 5548 5545 echo $ac_n "checking for prstatus_t.pr_who in sys/procfs.h""... $ac_c" 1>&6 5549 echo "configure:55 50: checking for prstatus_t.pr_who in sys/procfs.h" >&55546 echo "configure:5547: checking for prstatus_t.pr_who in sys/procfs.h" >&5 5550 5547 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who'+set}'`\" = set"; then 5551 5548 echo $ac_n "(cached) $ac_c" 1>&6 5552 5549 else 5553 5550 cat > conftest.$ac_ext <<EOF 5554 #line 555 5"configure"5551 #line 5552 "configure" 5555 5552 #include "confdefs.h" 5556 5553 … … 5561 5558 ; return 0; } 5562 5559 EOF 5563 if { (eval echo configure:556 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5560 if { (eval echo configure:5561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5564 5561 rm -rf conftest* 5565 5562 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes … … 5569 5566 rm -rf conftest* 5570 5567 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no 5571 5568 5572 5569 fi 5573 5570 rm -f conftest* … … 5583 5580 5584 5581 echo $ac_n "checking for prstatus32_t.pr_who in sys/procfs.h""... $ac_c" 1>&6 5585 echo "configure:558 6: checking for prstatus32_t.pr_who in sys/procfs.h" >&55582 echo "configure:5583: checking for prstatus32_t.pr_who in sys/procfs.h" >&5 5586 5583 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who'+set}'`\" = set"; then 5587 5584 echo $ac_n "(cached) $ac_c" 1>&6 5588 5585 else 5589 5586 cat > conftest.$ac_ext <<EOF 5590 #line 55 91"configure"5587 #line 5588 "configure" 5591 5588 #include "confdefs.h" 5592 5589 … … 5597 5594 ; return 0; } 5598 5595 EOF 5599 if { (eval echo configure:5 600: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5596 if { (eval echo configure:5597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5600 5597 rm -rf conftest* 5601 5598 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes … … 5605 5602 rm -rf conftest* 5606 5603 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no 5607 5604 5608 5605 fi 5609 5606 rm -f conftest* … … 5619 5616 5620 5617 echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6 5621 echo "configure:56 22: checking for pstatus_t in sys/procfs.h" >&55618 echo "configure:5619: checking for pstatus_t in sys/procfs.h" >&5 5622 5619 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then 5623 5620 echo $ac_n "(cached) $ac_c" 1>&6 5624 5621 else 5625 5622 cat > conftest.$ac_ext <<EOF 5626 #line 562 7"configure"5623 #line 5624 "configure" 5627 5624 #include "confdefs.h" 5628 5625 … … 5633 5630 ; return 0; } 5634 5631 EOF 5635 if { (eval echo configure:563 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5632 if { (eval echo configure:5633: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5636 5633 rm -rf conftest* 5637 5634 bfd_cv_have_sys_procfs_type_pstatus_t=yes … … 5641 5638 rm -rf conftest* 5642 5639 bfd_cv_have_sys_procfs_type_pstatus_t=no 5643 5640 5644 5641 fi 5645 5642 rm -f conftest* … … 5655 5652 5656 5653 echo $ac_n "checking for pxstatus_t in sys/procfs.h""... $ac_c" 1>&6 5657 echo "configure:565 8: checking for pxstatus_t in sys/procfs.h" >&55654 echo "configure:5655: checking for pxstatus_t in sys/procfs.h" >&5 5658 5655 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pxstatus_t'+set}'`\" = set"; then 5659 5656 echo $ac_n "(cached) $ac_c" 1>&6 5660 5657 else 5661 5658 cat > conftest.$ac_ext <<EOF 5662 #line 566 3"configure"5659 #line 5660 "configure" 5663 5660 #include "confdefs.h" 5664 5661 … … 5669 5666 ; return 0; } 5670 5667 EOF 5671 if { (eval echo configure:56 72: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5668 if { (eval echo configure:5669: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5672 5669 rm -rf conftest* 5673 5670 bfd_cv_have_sys_procfs_type_pxstatus_t=yes … … 5677 5674 rm -rf conftest* 5678 5675 bfd_cv_have_sys_procfs_type_pxstatus_t=no 5679 5676 5680 5677 fi 5681 5678 rm -f conftest* … … 5691 5688 5692 5689 echo $ac_n "checking for pstatus32_t in sys/procfs.h""... $ac_c" 1>&6 5693 echo "configure:569 4: checking for pstatus32_t in sys/procfs.h" >&55690 echo "configure:5691: checking for pstatus32_t in sys/procfs.h" >&5 5694 5691 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus32_t'+set}'`\" = set"; then 5695 5692 echo $ac_n "(cached) $ac_c" 1>&6 5696 5693 else 5697 5694 cat > conftest.$ac_ext <<EOF 5698 #line 569 9"configure"5695 #line 5696 "configure" 5699 5696 #include "confdefs.h" 5700 5697 … … 5705 5702 ; return 0; } 5706 5703 EOF 5707 if { (eval echo configure:570 8: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5704 if { (eval echo configure:5705: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5708 5705 rm -rf conftest* 5709 5706 bfd_cv_have_sys_procfs_type_pstatus32_t=yes … … 5713 5710 rm -rf conftest* 5714 5711 bfd_cv_have_sys_procfs_type_pstatus32_t=no 5715 5712 5716 5713 fi 5717 5714 rm -f conftest* … … 5727 5724 5728 5725 echo $ac_n "checking for prpsinfo_t in sys/procfs.h""... $ac_c" 1>&6 5729 echo "configure:57 30: checking for prpsinfo_t in sys/procfs.h" >&55726 echo "configure:5727: checking for prpsinfo_t in sys/procfs.h" >&5 5730 5727 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo_t'+set}'`\" = set"; then 5731 5728 echo $ac_n "(cached) $ac_c" 1>&6 5732 5729 else 5733 5730 cat > conftest.$ac_ext <<EOF 5734 #line 573 5"configure"5731 #line 5732 "configure" 5735 5732 #include "confdefs.h" 5736 5733 … … 5741 5738 ; return 0; } 5742 5739 EOF 5743 if { (eval echo configure:574 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5740 if { (eval echo configure:5741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5744 5741 rm -rf conftest* 5745 5742 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes … … 5749 5746 rm -rf conftest* 5750 5747 bfd_cv_have_sys_procfs_type_prpsinfo_t=no 5751 5748 5752 5749 fi 5753 5750 rm -f conftest* … … 5763 5760 5764 5761 echo $ac_n "checking for prpsinfo32_t in sys/procfs.h""... $ac_c" 1>&6 5765 echo "configure:576 6: checking for prpsinfo32_t in sys/procfs.h" >&55762 echo "configure:5763: checking for prpsinfo32_t in sys/procfs.h" >&5 5766 5763 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo32_t'+set}'`\" = set"; then 5767 5764 echo $ac_n "(cached) $ac_c" 1>&6 5768 5765 else 5769 5766 cat > conftest.$ac_ext <<EOF 5770 #line 57 71"configure"5767 #line 5768 "configure" 5771 5768 #include "confdefs.h" 5772 5769 … … 5777 5774 ; return 0; } 5778 5775 EOF 5779 if { (eval echo configure:57 80: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5776 if { (eval echo configure:5777: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5780 5777 rm -rf conftest* 5781 5778 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes … … 5785 5782 rm -rf conftest* 5786 5783 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no 5787 5784 5788 5785 fi 5789 5786 rm -f conftest* … … 5799 5796 5800 5797 echo $ac_n "checking for psinfo_t in sys/procfs.h""... $ac_c" 1>&6 5801 echo "configure:5 802: checking for psinfo_t in sys/procfs.h" >&55798 echo "configure:5799: checking for psinfo_t in sys/procfs.h" >&5 5802 5799 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo_t'+set}'`\" = set"; then 5803 5800 echo $ac_n "(cached) $ac_c" 1>&6 5804 5801 else 5805 5802 cat > conftest.$ac_ext <<EOF 5806 #line 580 7"configure"5803 #line 5804 "configure" 5807 5804 #include "confdefs.h" 5808 5805 … … 5813 5810 ; return 0; } 5814 5811 EOF 5815 if { (eval echo configure:581 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5812 if { (eval echo configure:5813: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5816 5813 rm -rf conftest* 5817 5814 bfd_cv_have_sys_procfs_type_psinfo_t=yes … … 5821 5818 rm -rf conftest* 5822 5819 bfd_cv_have_sys_procfs_type_psinfo_t=no 5823 5820 5824 5821 fi 5825 5822 rm -f conftest* … … 5835 5832 5836 5833 echo $ac_n "checking for psinfo32_t in sys/procfs.h""... $ac_c" 1>&6 5837 echo "configure:583 8: checking for psinfo32_t in sys/procfs.h" >&55834 echo "configure:5835: checking for psinfo32_t in sys/procfs.h" >&5 5838 5835 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo32_t'+set}'`\" = set"; then 5839 5836 echo $ac_n "(cached) $ac_c" 1>&6 5840 5837 else 5841 5838 cat > conftest.$ac_ext <<EOF 5842 #line 584 3"configure"5839 #line 5840 "configure" 5843 5840 #include "confdefs.h" 5844 5841 … … 5849 5846 ; return 0; } 5850 5847 EOF 5851 if { (eval echo configure:58 52: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5848 if { (eval echo configure:5849: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5852 5849 rm -rf conftest* 5853 5850 bfd_cv_have_sys_procfs_type_psinfo32_t=yes … … 5857 5854 rm -rf conftest* 5858 5855 bfd_cv_have_sys_procfs_type_psinfo32_t=no 5859 5856 5860 5857 fi 5861 5858 rm -f conftest* … … 5871 5868 5872 5869 echo $ac_n "checking for lwpstatus_t in sys/procfs.h""... $ac_c" 1>&6 5873 echo "configure:587 4: checking for lwpstatus_t in sys/procfs.h" >&55870 echo "configure:5871: checking for lwpstatus_t in sys/procfs.h" >&5 5874 5871 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpstatus_t'+set}'`\" = set"; then 5875 5872 echo $ac_n "(cached) $ac_c" 1>&6 5876 5873 else 5877 5874 cat > conftest.$ac_ext <<EOF 5878 #line 587 9"configure"5875 #line 5876 "configure" 5879 5876 #include "confdefs.h" 5880 5877 … … 5885 5882 ; return 0; } 5886 5883 EOF 5887 if { (eval echo configure:588 8: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5884 if { (eval echo configure:5885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5888 5885 rm -rf conftest* 5889 5886 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes … … 5893 5890 rm -rf conftest* 5894 5891 bfd_cv_have_sys_procfs_type_lwpstatus_t=no 5895 5892 5896 5893 fi 5897 5894 rm -f conftest* … … 5907 5904 5908 5905 echo $ac_n "checking for lwpxstatus_t in sys/procfs.h""... $ac_c" 1>&6 5909 echo "configure:59 10: checking for lwpxstatus_t in sys/procfs.h" >&55906 echo "configure:5907: checking for lwpxstatus_t in sys/procfs.h" >&5 5910 5907 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpxstatus_t'+set}'`\" = set"; then 5911 5908 echo $ac_n "(cached) $ac_c" 1>&6 5912 5909 else 5913 5910 cat > conftest.$ac_ext <<EOF 5914 #line 591 5"configure"5911 #line 5912 "configure" 5915 5912 #include "confdefs.h" 5916 5913 … … 5921 5918 ; return 0; } 5922 5919 EOF 5923 if { (eval echo configure:592 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5920 if { (eval echo configure:5921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5924 5921 rm -rf conftest* 5925 5922 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes … … 5929 5926 rm -rf conftest* 5930 5927 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no 5931 5928 5932 5929 fi 5933 5930 rm -f conftest* … … 5943 5940 5944 5941 echo $ac_n "checking for lwpstatus_t.pr_context in sys/procfs.h""... $ac_c" 1>&6 5945 echo "configure:594 6: checking for lwpstatus_t.pr_context in sys/procfs.h" >&55942 echo "configure:5943: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5 5946 5943 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context'+set}'`\" = set"; then 5947 5944 echo $ac_n "(cached) $ac_c" 1>&6 5948 5945 else 5949 5946 cat > conftest.$ac_ext <<EOF 5950 #line 59 51"configure"5947 #line 5948 "configure" 5951 5948 #include "confdefs.h" 5952 5949 … … 5957 5954 ; return 0; } 5958 5955 EOF 5959 if { (eval echo configure:59 60: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5956 if { (eval echo configure:5957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5960 5957 rm -rf conftest* 5961 5958 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes … … 5965 5962 rm -rf conftest* 5966 5963 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no 5967 5964 5968 5965 fi 5969 5966 rm -f conftest* … … 5979 5976 5980 5977 echo $ac_n "checking for lwpstatus_t.pr_reg in sys/procfs.h""... $ac_c" 1>&6 5981 echo "configure:59 82: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&55978 echo "configure:5979: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5 5982 5979 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg'+set}'`\" = set"; then 5983 5980 echo $ac_n "(cached) $ac_c" 1>&6 5984 5981 else 5985 5982 cat > conftest.$ac_ext <<EOF 5986 #line 598 7"configure"5983 #line 5984 "configure" 5987 5984 #include "confdefs.h" 5988 5985 … … 5993 5990 ; return 0; } 5994 5991 EOF 5995 if { (eval echo configure:599 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5992 if { (eval echo configure:5993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5996 5993 rm -rf conftest* 5997 5994 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes … … 6001 5998 rm -rf conftest* 6002 5999 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no 6003 6000 6004 6001 fi 6005 6002 rm -f conftest* … … 6015 6012 6016 6013 echo $ac_n "checking for win32_pstatus_t in sys/procfs.h""... $ac_c" 1>&6 6017 echo "configure:601 8: checking for win32_pstatus_t in sys/procfs.h" >&56014 echo "configure:6015: checking for win32_pstatus_t in sys/procfs.h" >&5 6018 6015 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_win32_pstatus_t'+set}'`\" = set"; then 6019 6016 echo $ac_n "(cached) $ac_c" 1>&6 6020 6017 else 6021 6018 cat > conftest.$ac_ext <<EOF 6022 #line 602 3"configure"6019 #line 6020 "configure" 6023 6020 #include "confdefs.h" 6024 6021 … … 6029 6026 ; return 0; } 6030 6027 EOF 6031 if { (eval echo configure:60 32: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then6028 if { (eval echo configure:6029: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 6032 6029 rm -rf conftest* 6033 6030 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes … … 6037 6034 rm -rf conftest* 6038 6035 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no 6039 6036 6040 6037 fi 6041 6038 rm -f conftest* … … 6506 6503 bad_64bit_gcc=no; 6507 6504 echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6 6508 echo "configure:650 9: checking for gcc version with buggy 64-bit support" >&56505 echo "configure:6506: checking for gcc version with buggy 64-bit support" >&5 6509 6506 # Add more tests for gcc versions with non-working 64-bit support here. 6510 6507 cat > conftest.$ac_ext <<EOF 6511 #line 65 12"configure"6508 #line 6509 "configure" 6512 6509 #include "confdefs.h" 6513 6510 :__GNUC__:__GNUC_MINOR__:__i386__: … … 6555 6552 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6556 6553 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6557 echo "configure:655 8: checking for $ac_hdr" >&56554 echo "configure:6555: checking for $ac_hdr" >&5 6558 6555 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6559 6556 echo $ac_n "(cached) $ac_c" 1>&6 … … 6561 6558 cat > conftest.$ac_ext <<EOF 6562 6559 #include <sys/types.h> 6563 #line 656 4"configure"6560 #line 6561 "configure" 6564 6561 #include "confdefs.h" 6565 6562 #include <$ac_hdr> 6566 6563 EOF 6567 6564 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6568 { (eval echo configure:656 9: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }6565 { (eval echo configure:6566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6569 6566 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6570 6567 if test -z "$ac_err"; then … … 6586 6583 #define $ac_tr_hdr 1 6587 6584 EOF 6588 6585 6589 6586 else 6590 6587 echo "$ac_t""no" 1>&6 … … 6595 6592 do 6596 6593 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6597 echo "configure:659 8: checking for $ac_func" >&56594 echo "configure:6595: checking for $ac_func" >&5 6598 6595 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6599 6596 echo $ac_n "(cached) $ac_c" 1>&6 6600 6597 else 6601 6598 cat > conftest.$ac_ext <<EOF 6602 #line 660 3"configure"6599 #line 6600 "configure" 6603 6600 #include "confdefs.h" 6604 6601 /* System header to define __stub macros and hopefully few prototypes, … … 6623 6620 ; return 0; } 6624 6621 EOF 6625 if { (eval echo configure:662 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6622 if { (eval echo configure:6623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6626 6623 rm -rf conftest* 6627 6624 eval "ac_cv_func_$ac_func=yes" … … 6641 6638 #define $ac_tr_func 1 6642 6639 EOF 6643 6640 6644 6641 else 6645 6642 echo "$ac_t""no" 1>&6 … … 6648 6645 6649 6646 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 6650 echo "configure:66 51: checking for working mmap" >&56647 echo "configure:6648: checking for working mmap" >&5 6651 6648 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 6652 6649 echo $ac_n "(cached) $ac_c" 1>&6 … … 6656 6653 else 6657 6654 cat > conftest.$ac_ext <<EOF 6658 #line 665 9"configure"6655 #line 6656 "configure" 6659 6656 #include "confdefs.h" 6660 6657 … … 6796 6793 6797 6794 EOF 6798 if { (eval echo configure:679 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null6795 if { (eval echo configure:6796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6799 6796 then 6800 6797 ac_cv_func_mmap_fixed_mapped=yes … … 6821 6818 do 6822 6819 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6823 echo "configure:682 4: checking for $ac_func" >&56820 echo "configure:6821: checking for $ac_func" >&5 6824 6821 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6825 6822 echo $ac_n "(cached) $ac_c" 1>&6 6826 6823 else 6827 6824 cat > conftest.$ac_ext <<EOF 6828 #line 682 9"configure"6825 #line 6826 "configure" 6829 6826 #include "confdefs.h" 6830 6827 /* System header to define __stub macros and hopefully few prototypes, … … 6849 6846 ; return 0; } 6850 6847 EOF 6851 if { (eval echo configure:68 52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6848 if { (eval echo configure:6849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6852 6849 rm -rf conftest* 6853 6850 eval "ac_cv_func_$ac_func=yes" … … 6867 6864 #define $ac_tr_func 1 6868 6865 EOF 6869 6866 6870 6867 else 6871 6868 echo "$ac_t""no" 1>&6 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/bfd/configure.in
-
Property cvs2svn:cvs-rev
changed from
1.6
to1.7
r906 r907 709 709 i386netbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;; 710 710 i386os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;; 711 i386aout_emx_vec) tb="$tb i386aoutemx.lo " ;;711 i386aout_emx_vec) tb="$tb i386aoutemx.lo aout32.lo" ;; 712 712 i386pe_vec) tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;; 713 713 i386pei_vec) tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;; -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/bfd/hosts/i386emx.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r906 r907 1 1 /* Intel ix86 running OS/2 or DOS */ 2 2 3 #define HOST_PAGE_SIZE 0x1000 4 #define HOST_SEGMENT_SIZE 0x10000 5 #define HOST_TEXT_START_ADDR 0x10000 6 #define HOST_STACK_END_ADDR 0x80000000 3 #ifndef __I386EMX__H__ 4 #define __I386EMX__H__ 5 6 #define EMX 7 8 #define DEFAULT_ARCH bfd_arch_i386 9 10 #define TARGET_PAGE_SIZE 0x1000 11 #define TARGET_SEGMENT_SIZE 0x10000 12 #define TEXT_START_ADDR 0x10000 13 #define TARGET_STACK_END_ADDR 0x80000000 14 15 #define HOST_PAGE_SIZE 0x1000 16 #define HOST_SEGMENT_SIZE 0x10000 17 #define HOST_TEXT_START_ADDR 0x10000 18 #define HOST_STACK_END_ADDR 0x80000000 19 20 21 #define ZMAGIC_DISK_BLOCK_SIZE 1024 22 #define BYTES_IN_WORD 4 23 #define NO_CORE_COMMAND 24 25 #define MY(OP) CONCAT2(i386aout_emx_,OP) 26 #define TARGETNAME "a.out-emx" 27 #define NO_WRITE_HEADER_KLUDGE 1 28 29 /* a.out executables emx-specific header */ 30 struct exec 31 { 32 unsigned long a_info; /* Use macros N_MAGIC, etc for access */ 33 unsigned a_text; /* length of text, in bytes */ 34 unsigned a_data; /* length of data, in bytes */ 35 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 36 unsigned a_syms; /* length of symbol table data in file, in bytes */ 37 unsigned a_entry; /* start address */ 38 unsigned a_trsize; /* length of relocation info for text, in bytes */ 39 unsigned a_drsize; /* length of relocation info for data, in bytes */ 40 }; 41 42 #define N_HEADER_IN_TEXT(x) 0 43 44 #define N_TXTOFF(x) \ 45 (N_MAGIC(x) != ZMAGIC ? EXEC_BYTES_SIZE : /* object file or NMAGIC */\ 46 N_SHARED_LIB(x) ? 0 : \ 47 N_HEADER_IN_TEXT(x) ? \ 48 EXEC_BYTES_SIZE : /* no padding */\ 49 0x400 + (x).a_hdrofs \ 50 ) 51 52 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x)) 53 54 #define IS_STAB(flags) (((flags) & N_STAB) \ 55 && (flags) != (N_IMP1|N_EXT) && (flags) != (N_IMP2|N_EXT)) 56 57 #endif /* __I386EMX__H__ */ -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/bfd/i386aoutemx.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r906 r907 18 18 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 19 19 20 #define EMX 20 #include "sysdep.h" 21 #ifdef TRAD_HEADER 22 #include TRAD_HEADER 23 #endif 24 #include "bfd.h" 25 #include "libbfd.h" 26 #include "libaout.h" 27 #ifndef EMX 28 #error "EMX TARGET! EMX isn't defined!!!" 29 #endif 21 30 22 #define ARCH_SIZE 32 23 #define DEFAULT_ARCH bfd_arch_i386 24 25 #define TEXT_START_ADDR 0x10000 26 #define TARGET_PAGE_SIZE 0x1000 27 #define TARGET_SEGMENT_SIZE 0x10000 28 #define TARGET_STACK_END_ADDR 0x80000000 29 30 #define ZMAGIC_DISK_BLOCK_SIZE 1024 31 #define BYTES_IN_WORD 4 32 #define NO_CORE_COMMAND 33 34 #define MY(OP) CONCAT2(i386aout_emx_,OP) 35 #define TARGETNAME "a.out-emx" 36 37 #define IS_STAB(flags) (((flags) & N_STAB) \ 38 && (flags) != (N_IMP1|N_EXT) && (flags) != (N_IMP2|N_EXT)) 39 40 #include "aout/aoutemx.h" 41 #include "aoutx.h" 42 43 #define MY_object_p MY(object_p) 31 #define MY_object_p MY(object_p) 44 32 #define MY_backend_data &MY(backend_data) 45 33 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/bfd/libaout.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r906 r907 23 23 #ifndef LIBAOUT_H 24 24 #define LIBAOUT_H 25 26 /* !! NASTY HACK !! */ 27 #ifdef __EMX__ 28 #include "config.h" 29 #ifdef TRAD_HEADER 30 #include TRAD_HEADER 31 #endif 32 #endif 25 33 26 34 /* We try to encapsulate the differences in the various a.out file … … 253 261 { 254 262 long a_info; /* Magic number and flags, packed */ 255 #if defined (EMX)263 #ifdef EMX 256 264 long a_hdrofs; /* Offset from file start to a.out header */ 265 #else 266 /** remove me **/ 267 #ifdef __EMX__ 268 #error "error EMX is not defined!!!" 269 #endif 270 /** remove me **/ 257 271 #endif 258 272 bfd_vma a_text; /* length of text, in bytes */ -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/bfd/sysdep.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r906 r907 26 26 27 27 #include "config.h" 28 29 #ifdef __EMX__ /* r=bird: hmm seen this before. */ 30 #ifdef TRAD_HEADER 31 #include TRAD_HEADER 32 #endif 33 #endif /* __EMX__ */ 28 34 29 35 #ifdef HAVE_STDDEF_H -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/gas/as.c
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r906 r907 224 224 225 225 #ifdef BFD_ASSEMBLER 226 fprintf (stderr, _("GNU assembler version %s (%s) using BFD version %s "),226 fprintf (stderr, _("GNU assembler version %s (%s) using BFD version %s (Innotek Build 2003-12-15 21:40)"), 227 227 VERSION, TARGET_ALIAS, BFD_VERSION_STRING); 228 228 #else … … 546 546 /* This output is intended to follow the GNU standards document. */ 547 547 #ifdef BFD_ASSEMBLER 548 printf (_("GNU assembler %s \n"), BFD_VERSION_STRING);548 printf (_("GNU assembler %s (Innotek Build 2003-12-15 21:40)\n"), BFD_VERSION_STRING); 549 549 #else 550 printf (_("GNU assembler %s \n"), VERSION);550 printf (_("GNU assembler %s (Innotek Build 2003-12-15 21:40)\n"), VERSION); 551 551 #endif 552 552 printf (_("Copyright 2002 Free Software Foundation, Inc.\n")); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/include/aout/aout64.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r906 r907 7 7 the Free Software Foundation; either version 2 of the License, or 8 8 (at your option) any later version. 9 9 10 10 This program is distributed in the hope that it will be useful, 11 11 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 13 GNU General Public License for more details. 14 14 15 15 You should have received a copy of the GNU General Public License 16 16 along with this program; if not, write to the Free Software … … 27 27 28 28 #ifndef external_exec 29 struct external_exec 29 struct external_exec 30 30 { 31 31 bfd_byte e_info[4]; /* Magic number and stuff. */ … … 334 334 #define N_WEAKB 0x11 /* Weak bss symbol. */ 335 335 336 /* Relocations 336 /* emx-specific symbols. */ 337 #define N_IMP1 0x68 /* Import reference (emx specific) */ 338 #define N_IMP2 0x6a /* Import definition (emx specific) */ 339 340 /* Relocations 337 341 338 342 There are two types of relocation flavours for a.out systems, … … 484 488 RELOC_HHI22, /* data[0:21] = (addend + sv) >> 42 */ 485 489 RELOC_HLO10, /* data[0:9] = (addend + sv) >> 32 */ 486 490 487 491 /* 29K relocation types. */ 488 492 RELOC_JUMPTARG, 489 493 RELOC_CONST, 490 494 RELOC_CONSTH, 491 495 492 496 /* All the new ones I can think of, for sparc v9. */ 493 497 RELOC_64, /* data[0:63] = addend + sv */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.