Home
last modified time | relevance | path

Searched +full:- +full:all (Results 1 – 25 of 1423) sorted by relevance

12345678910>>...57

/netbsd-src/usr.bin/make/unit-tests/
H A Ddeptgt-end-fail.exp1 Test case all=ok all-dep=ok end=ok end-dep=ok.
2 : Making all-dep out of nothing.
3 : Making all from all-dep.
4 : Making end-dep out of nothing.
5 : Making .END from end-dep.
9 Test case all=ok all-dep=ok end=ok end-dep=ERR.
10 : Making all-dep out of nothing.
11 : Making all from all-dep.
12 : Making end-dep out of nothing.
16 make: stopped making "all" in unit-tests
[all …]
H A Ddeptgt-end-fail.mk1 # $NetBSD: deptgt-end-fail.mk,v 1.7 2022/05/07 08:01:20 rillig Exp $
6 # Before 2020-11-25, an error in the .END target did not print the "Stop.",
12 # The default stop-on-error mode is not as interesting to test since it
14 .MAKEFLAGS: -k
16 .for all in ok ERR
17 . for all-dep in ok ERR
19 . for end-dep in ok ERR
20 . for target in ${all}-${all-dep}-${end}-${end-dep}
23 echo Test case all=${all} all-dep=${all-dep} end=${end} end-dep=${end-dep}.
24 ${MAKE} -r -f ${MAKEFILE} \
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DMakefile.def7 // Copyright 2002-2022 Free Software Foundation
34 extra_configure_flags='--disable-nls am_cv_func_iconv=no';};
46 missing= install-dvi; };
53 // Work around in-tree gmp configure bug with missing flex.
54 extra_configure_flags='--disable-shared LEX="touch lex.yy.c" @host_libs_picflag@';
55 extra_make_flags='AM_CFLAGS="-DNO_ASM"';
57 // none-*-* disables asm optimizations, bootstrap-testing
59 host="none-${host_vendor}-${host_os}";
62 target="none-${host_vendor}-${host_os}"; };
64 extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@ @host_libs_picflag@';
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/
H A DMakefile.def7 // Copyright 2002-2021 Free Software Foundation
34 extra_configure_flags='--disable-nls am_cv_func_iconv=no';};
46 missing= install-dvi; };
52 // Work around in-tree gmp configure bug with missing flex.
53 extra_configure_flags='--disable-shared LEX="touch lex.yy.c"';
54 extra_make_flags='AM_CFLAGS="-DNO_ASM"';
56 // none-*-* disables asm optimizations, bootstrap-testing
58 host="none-${host_vendor}-${host_os}";
61 target="none-${host_vendor}-${host_os}"; };
63 extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@';
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMakefile.def7 // Copyright 2002-2019 Free Software Foundation
34 extra_configure_flags='--disable-nls am_cv_func_iconv=no';};
51 // Work around in-tree gmp configure bug with missing flex.
52 extra_configure_flags='--disable-shared LEX="touch lex.yy.c"';
53 extra_make_flags='AM_CFLAGS="-DNO_ASM"';
55 // none-*-* disables asm optimizations, bootstrap-testing
57 host="none-${host_vendor}-${host_os}";
60 target="none-${host_vendor}-${host_os}"; };
62 extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@';
63 extra_make_flags='AM_CFLAGS="-DNO_ASM"';
[all …]
/netbsd-src/external/gpl3/gcc/dist/
H A DMakefile.def7 // Copyright 2002-2021 Free Software Foundation
34 extra_configure_flags='--disable-nls am_cv_func_iconv=no';};
46 missing= install-dvi; };
52 // Work around in-tree gmp configure bug with missing flex.
53 extra_configure_flags='--disable-shared LEX="touch lex.yy.c"';
54 extra_make_flags='AM_CFLAGS="-DNO_ASM"';
56 // none-*-* disables asm optimizations, bootstrap-testing
58 host="none-${host_vendor}-${host_os}";
61 target="none-${host_vendor}-${host_os}"; };
63 extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@';
[all …]
/netbsd-src/tests/ipf/regress/
H A Di81 pass in proto icmp from localhost to localhost icmp-type timest
2 block in proto icmp from any to any icmp-type unreach code 1
3 pass in proto icmp all icmp-type unreach code cutoff-preced
4 pass in proto icmp all icmp-type unreach code filter-prohib
5 pass in proto icmp all icmp-type unreach code isolate
6 pass in proto icmp all icmp-type unreach code needfrag
7 pass in proto icmp all icmp-type unreach code net-prohib
8 pass in proto icmp all icmp-type unreach code net-tos
9 pass in proto icmp all icmp-type unreach code host-preced
10 pass in proto icmp all icmp-type unreach code host-prohib
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dxgate-opc.c1 /* mc9xgate-opc.c -- Freescale XGATE opcode list
2 Copyright (C) 1999-2022 Free Software Foundation, Inc.
19 Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
20 MA 02110-1301, USA.
97 #define ALL XGATE_V1|XGATE_V2|XGATE_V3 macro
100 /* Name -+ +--- CPU
101 Constraints --+ +----------- CCR changes
102 Format -------+ +---------------- Max # cycles
103 +------------------- Min # cycles
104 Size -------------------------------------+ +-------------------------- Opcode */
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dxgate-opc.c1 /* mc9xgate-opc.c -- Freescale XGATE opcode list
2 Copyright (C) 1999-2024 Free Software Foundation, Inc.
19 Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
20 MA 02110-1301, USA.
97 #define ALL XGATE_V1|XGATE_V2|XGATE_V3 macro
100 /* Name -+ +--- CPU
101 Constraints --+ +----------- CCR changes
102 Format -------+ +---------------- Max # cycles
103 +------------------- Min # cycles
104 Size -------------------------------------+ +-------------------------- Opcode */
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-20181 2018-12-14 H.J. Lu <hongjiu.lu@intel.com>
10 * testsuite/binutils-all/i386/empty.d: Updated.
11 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
12 * testsuite/binutils-all/x86-64/empty.d: Likewise.
13 * testsuite/binutils-all/i386/pr21231b.s: Change
15 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
17 2018-12-13 Sam Tebbs <sam.tebbs@arm.com>
21 2018-12-11 Nick Clifton <nickc@redhat.com>
26 2018-12-08 Alan Modra <amodra@gmail.com>
30 * testsuite/binutils-all/strings.exp (test_multibyte): Don't
[all …]
H A DChangeLog-20201 2020-12-31 Alan Modra <amodra@gmail.com>
8 2020-12-29 H.J. Lu <hongjiu.lu@intel.com>
12 2020-12-28 H.J. Lu <hongjiu.lu@intel.com>
14 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Pass
17 2020-12-24 Alan Modra <amodra@gmail.com>
20 (print_vms_time): Catch 64-bit overflow when converting from
23 2020-12-23 H.J. Lu <hongjiu.lu@intel.com>
31 * testsuite/binutils-all/x86-64/lam-u48.d: New file.
32 * testsuite/binutils-all/x86-64/lam-u48.s: Likewise.
33 * testsuite/binutils-all/x86-64/lam-u57.d: Likewise.
[all …]
H A DChangeLog-20161 2016-12-31 Dimitar Dimitrov <dimitar@dinux.eu>
10 2016-12-23 Maciej W. Rozycki <macro@imgtec.com>
12 * testsuite/binutils-all/mips/mips16-extend-insn.d: Update for
15 2016-12-23 Maciej W. Rozycki <macro@imgtec.com>
17 * testsuite/binutils-all/mips/mips16-extend-insn.d: New test.
18 * testsuite/binutils-all/mips/mips16-extend-insn.s: New test
20 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
22 2016-12-23 Tristan Gingold <gingold@adacore.com>
26 2016-12-23 Tristan Gingold <gingold@adacore.com>
30 2016-12-23 Tristan Gingold <gingold@adacore.com>
[all …]
H A DChangeLog-20191 2019-12-30 Alan Modra <amodra@gmail.com>
3 * od-macho.c: Include elfcomm.h.
7 2019-12-23 Hans-Peter Nilsson <hp@axis.com>
12 2019-12-23 Alan Modra <amodra@gmail.com>
56 2019-12-17 Alan Modra <amodra@gmail.com>
67 2019-12-17 Alan Modra <amodra@gmail.com>
69 * testsuite/binutils-all/objcopy.exp: Remove tic80 support.
70 * testsuite/binutils-all/objdump.exp: Likewise.
72 2019-12-11 Alan Modra <amodra@gmail.com>
74 * od-xcoff.c (dump_dumpx_core): Adjust for bfd_h_get_8 change.
[all …]
H A DChangeLog-20171 2017-12-19 Nick Clifton <nickc@redhat.com>
8 2017-12-19 Alan Modra <amodra@gmail.com>
10 * testsuite/binutils-all/ar.exp (unique_symbol): Don't run AR
12 * testsuite/binutils-all/arc/objdump.exp (check_assembly): If
14 * testsuite/binutils-all/arm/objdump.exp: Don't return if assembly
16 * testsuite/binutils-all/bfin/objdump.exp: Likewise.
17 * testsuite/binutils-all/hppa/objdump.exp: Likewise.
18 * testsuite/binutils-all/m68k/objdump.exp: Likewise.
19 * testsuite/binutils-all/vax/objdump.exp: Likewise.
20 * testsuite/binutils-all/size.exp: Likewise.
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-20181 2018-12-14 H.J. Lu <hongjiu.lu@intel.com>
10 * testsuite/binutils-all/i386/empty.d: Updated.
11 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
12 * testsuite/binutils-all/x86-64/empty.d: Likewise.
13 * testsuite/binutils-all/i386/pr21231b.s: Change
15 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
17 2018-12-13 Sam Tebbs <sam.tebbs@arm.com>
21 2018-12-11 Nick Clifton <nickc@redhat.com>
26 2018-12-08 Alan Modra <amodra@gmail.com>
30 * testsuite/binutils-all/strings.exp (test_multibyte): Don't
[all …]
H A DChangeLog-20201 2020-12-31 Alan Modra <amodra@gmail.com>
8 2020-12-29 H.J. Lu <hongjiu.lu@intel.com>
12 2020-12-28 H.J. Lu <hongjiu.lu@intel.com>
14 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Pass
17 2020-12-24 Alan Modra <amodra@gmail.com>
20 (print_vms_time): Catch 64-bit overflow when converting from
23 2020-12-23 H.J. Lu <hongjiu.lu@intel.com>
31 * testsuite/binutils-all/x86-64/lam-u48.d: New file.
32 * testsuite/binutils-all/x86-64/lam-u48.s: Likewise.
33 * testsuite/binutils-all/x86-64/lam-u57.d: Likewise.
[all …]
H A DChangeLog-20161 2016-12-31 Dimitar Dimitrov <dimitar@dinux.eu>
10 2016-12-23 Maciej W. Rozycki <macro@imgtec.com>
12 * testsuite/binutils-all/mips/mips16-extend-insn.d: Update for
15 2016-12-23 Maciej W. Rozycki <macro@imgtec.com>
17 * testsuite/binutils-all/mips/mips16-extend-insn.d: New test.
18 * testsuite/binutils-all/mips/mips16-extend-insn.s: New test
20 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
22 2016-12-23 Tristan Gingold <gingold@adacore.com>
26 2016-12-23 Tristan Gingold <gingold@adacore.com>
30 2016-12-23 Tristan Gingold <gingold@adacore.com>
[all …]
H A DChangeLog-20191 2019-12-30 Alan Modra <amodra@gmail.com>
3 * od-macho.c: Include elfcomm.h.
7 2019-12-23 Hans-Peter Nilsson <hp@axis.com>
12 2019-12-23 Alan Modra <amodra@gmail.com>
56 2019-12-17 Alan Modra <amodra@gmail.com>
67 2019-12-17 Alan Modra <amodra@gmail.com>
69 * testsuite/binutils-all/objcopy.exp: Remove tic80 support.
70 * testsuite/binutils-all/objdump.exp: Likewise.
72 2019-12-11 Alan Modra <amodra@gmail.com>
74 * od-xcoff.c (dump_dumpx_core): Adjust for bfd_h_get_8 change.
[all …]
H A DChangeLog-20171 2017-12-19 Nick Clifton <nickc@redhat.com>
8 2017-12-19 Alan Modra <amodra@gmail.com>
10 * testsuite/binutils-all/ar.exp (unique_symbol): Don't run AR
12 * testsuite/binutils-all/arc/objdump.exp (check_assembly): If
14 * testsuite/binutils-all/arm/objdump.exp: Don't return if assembly
16 * testsuite/binutils-all/bfin/objdump.exp: Likewise.
17 * testsuite/binutils-all/hppa/objdump.exp: Likewise.
18 * testsuite/binutils-all/m68k/objdump.exp: Likewise.
19 * testsuite/binutils-all/vax/objdump.exp: Likewise.
20 * testsuite/binutils-all/size.exp: Likewise.
[all …]
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dtest_ldnsrr.41 ; opendnssec all.rr.org file
2 @ IN SOA ns1 postmaster.all.rr.org. ( 1 3600 600 86400 3600 )…
3 ns1.all.rr.org. IN A 10.1.0.52
4 all.rr.org. IN NS ns1.example.com.
7 foo.all.rr.org. IN CNAME ns1.all.rr.org.
8 all.rr.org. IN MB mb-madname.example.com.
9 all.rr.org. IN MG mg-mgmname.example.com.
10 all.rr.org. IN MR mr-newname.example.com.
13 bar.all.rr.org. IN PTR ns1.all.rr.org.
14 all.rr.org. IN HINFO SUN4/110 UNIX
[all …]
H A Dtest_ldnsrr.c42 . 3600 IN SOA ns1. postmaster.all.rr.org. 1 3600 600 86400 3600
4 ns1.all.rr.org. 3600 IN A 10.1.0.52
6 all.rr.org. 3600 IN NS ns1.example.com.
8 foo.all.rr.org. 3600 IN CNAME ns1.all.rr.org.
10 all.rr.org. 3600 IN MB mb-madname.example.com.
12 all.rr.org. 3600 IN MG mg-mgmname.example.com.
14 all.rr.org. 3600 IN MR mr-newname.example.com.
16 bar.all.rr.org. 3600 IN PTR ns1.all.rr.org.
18 all.rr.org. 3600 IN HINFO "SUN4/110" "UNIX"
20 helium. 3600 IN HINFO "Shuttle-ST61G4 Intel PIV3000" "FreeBSD 7.0-STABLE"
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatchexp.c2 Copyright (C) 2000-2020 Free Software Foundation, Inc.
31 /* Match a user-defined operator name. This is a normal name with a
133 e2 = gfc_get_operator_expr (&e->where, INTRINSIC_PARENTHESES, e, NULL); in gfc_get_parentheses()
134 e2->ts = e->ts; in gfc_get_parentheses()
135 e2->rank = e->rank; in gfc_get_parentheses()
220 f->value.op.uop = uop; in match_level_1()
228 /* As a GNU extension we support an expanded level-2 expression syntax.
233 R704 mult-operand is level-1-expr [ power-op ext-mult-operand ]
234 R704' ext-mult-operand is add-op ext-mult-operand
235 or mult-operand
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatchexp.cc2 Copyright (C) 2000-2022 Free Software Foundation, Inc.
31 /* Match a user-defined operator name. This is a normal name with a
133 e2 = gfc_get_operator_expr (&e->where, INTRINSIC_PARENTHESES, e, NULL); in gfc_get_parentheses()
134 e2->ts = e->ts; in gfc_get_parentheses()
135 e2->rank = e->rank; in gfc_get_parentheses()
220 f->value.op.uop = uop; in match_level_1()
228 /* As a GNU extension we support an expanded level-2 expression syntax.
233 R704 mult-operand is level-1-expr [ power-op ext-mult-operand ]
234 R704' ext-mult-operand is add-op ext-mult-operand
235 or mult-operand
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dudivmodti4.c1 /* ===-- udivmodti4.c - Implement __udivmodti4 -----------------------------===
8 * ===----------------------------------------------------------------------===
12 * ===----------------------------------------------------------------------===
23 /* Translated from Figure 3-40 of The PowerPC Compiler Writer's Guide */
31 n.all = a; in __udivmodti4()
33 d.all = b; in __udivmodti4()
43 * --- in __udivmodti4()
51 * --- in __udivmodti4()
64 * --- in __udivmodti4()
75 * --- in __udivmodti4()
[all …]
H A Dudivmoddi4.c1 /* ===-- udivmoddi4.c - Implement __udivmoddi4 -----------------------------===
8 * ===----------------------------------------------------------------------===
12 * ===----------------------------------------------------------------------===
21 /* Translated from Figure 3-40 of The PowerPC Compiler Writer's Guide */
29 n.all = a; in __udivmoddi4()
31 d.all = b; in __udivmoddi4()
41 * --- in __udivmoddi4()
49 * --- in __udivmoddi4()
62 * --- in __udivmoddi4()
73 * --- in __udivmoddi4()
[all …]

12345678910>>...57