Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge openjdk/jdk:master #425

Closed
wants to merge 95 commits into from
Closed
Changes from all commits
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
2ceeb6c
8328822: C2: "negative trip count?" assert failure in profile predica…
rwestrel Apr 11, 2024
7df4926
8327741: JVM crash in hotspot/share/opto/compile.cpp - failed: missin…
rwestrel Apr 11, 2024
f778642
8330024: [AIX] replace my_disclaim64 helper by direct call to disclaim64
MBaesken Apr 11, 2024
8817ba4
8330000: ZGC: ZObjArrayAllocator may unnecessarily clear TypeArrays t…
xmas92 Apr 11, 2024
f0cd866
8329704: Implement framework for proper handling of JDK_LIBS
magicus Apr 11, 2024
9acce7a
8329774: Break long lines in jdk/src/jdk.hotspot.agent/doc /transport…
Apr 11, 2024
ff5c9a4
8329528: G1 does not update TAMS correctly when dropping retained reg…
Apr 11, 2024
ecc603c
8201183: sjavac build failures: "Connection attempt failed: Connectio…
djelinski Apr 11, 2024
63684cd
8327250: assert(!method->is_old()) failed: Should not be installing o…
coleenp Apr 11, 2024
2e3682a
8319678: Several tests from corelibs areas ignore VM flags
Apr 11, 2024
1606187
8326947: Minimize MakeBase.gmk
magicus Apr 11, 2024
0656f08
8329469: Generational ZGC: Move the methods forwarding_[index|find|in…
lgxbslgx Apr 11, 2024
31ee510
8241503: C2: Share MacroAssembler between mach nodes during code emis…
Apr 11, 2024
5808f30
8330026: Serial: Move some includes to vmStructs_serial.hpp
albertnetymk Apr 11, 2024
0db4290
8330049: Remove unused AbstractLinker::linkerByteOrder
JornVernee Apr 11, 2024
ece7d43
8329416: Split relocation pointer map into read-write and read-only maps
Apr 11, 2024
e45fea5
8329757: Crash with fatal error: DEBUG MESSAGE: Fast Unlock lock on s…
xmas92 Apr 12, 2024
bde3fc0
8330106: C2: VectorInsertNode::make() shouldn't call ConINode::make()…
rwestrel Apr 12, 2024
2c45eca
8328879: G1: Some gtests modify global state crashing the JVM during …
Apr 12, 2024
2c8b432
8330003: Serial: Move the logic of FastEvacuateFollowersClosure to Se…
lgxbslgx Apr 12, 2024
c7fcd62
8330006: Serial: Extract out ContiguousSpace::block_start_const
lgxbslgx Apr 12, 2024
006a516
8329962: Remove CardTable::invalidate
albertnetymk Apr 12, 2024
aebfd53
8329660: G1: Improve TestGCLogMessages to be more precise
Apr 12, 2024
717a07b
8322140: javax/swing/JTable/JTableScrollPrintTest.java does not print…
Apr 12, 2024
77a217d
8330095: RISC-V: Remove obsolete vandn_vi instruction
zifeihan Apr 12, 2024
3e9c381
8329488: Move OopStorage code from safepoint cleanup and remove safep…
coleenp Apr 12, 2024
b8f675f
8329771: G1: Refactor G1BlockOffsetTable::verify
lgxbslgx Apr 12, 2024
0f78d01
8329658: Serial: Refactor ContiguousSpace::_next_compaction_space
lgxbslgx Apr 12, 2024
f706949
8329781: Serial: Remove serialFullGC.inline.hpp
lgxbslgx Apr 12, 2024
397d948
8329605: hs errfile generic events - move memory protections and nmet…
MBaesken Apr 12, 2024
68f86dc
8330110: AIX build fails after JDK-8329704 - issue with libjli.a
magicus Apr 12, 2024
28b2019
8240343: JDI stopListening/stoplis001 "FAILED: listening is successfu…
Apr 12, 2024
b9ef9f6
8330185: Potential uncaught unsafe memory copy exception
Apr 13, 2024
c1c99a6
8329674: JvmtiEnvThreadState::reset_current_location function should …
Apr 13, 2024
1abb826
8330131: Problemlist serviceability/jvmti/vthread/GetThreadStateMount…
lmesnik Apr 14, 2024
b486709
8328480: C2: SubTypeCheckNode in checkcast should use the klass const…
chhagedorn Apr 15, 2024
bc1a1a5
8330064: JFR: Incorrect function declarations for register/unregister…
Apr 15, 2024
d22d560
8329864: TestLibGraal.java still crashes with assert(_stack_base != n…
Apr 15, 2024
5404b4e
8330105: SharedRuntime::resolve* should respect interpreter-only mode
Apr 15, 2024
3f1d9c4
8329257: AIX: Switch HOTSPOT_TOOLCHAIN_TYPE from xlc to gcc
Apr 15, 2024
60d88b7
8330176: Typo in Linker javadoc
minborg Apr 15, 2024
a3fecdb
8329764: G1: Handle null references during verification first
Apr 15, 2024
273df62
8328792: Parallel: Refactor PSParallelCompact::summary_phase
albertnetymk Apr 15, 2024
ddc3921
8330103: Compiler memory statistics should keep separate records for …
tstuefe Apr 15, 2024
da75e01
8330196: Make java/lang/invoke/defineHiddenClass/BasicTest release ag…
jddarcy Apr 15, 2024
a293bdf
8330197: Make javac/diags/example release agnostic
jddarcy Apr 15, 2024
140f567
8323220: Reassociate loop invariants involved in Cmps and Add/Subs
caojoshua Apr 15, 2024
274c805
8327743: JVM crash in hotspot/share/runtime/javaThread.cpp - failed: …
Apr 16, 2024
31a1f9c
8307143: CredentialsCache.cacheName should not be static
wangweij Apr 16, 2024
2885469
8315708: Enhance HTTP/2 client usage
djelinski Oct 23, 2023
0203c7e
8318340: Improve RSA key implementations
wangweij Oct 27, 2023
8de2f6f
8319851: Improve exception logging
Dec 4, 2023
33d7127
8322122: Enhance generation of addresses
chhagedorn Feb 9, 2024
2f11afd
8330172: G1: Consolidate update_bot_for_block and update_bot_for_obj …
lgxbslgx Apr 16, 2024
def2577
8330215: Trim working set for OldObjectSamples
Apr 16, 2024
97c1808
8329099: Undocumented exception thrown by Instruction factory methods…
asotona Apr 16, 2024
58911cc
8188784: javax/management/notification/BroadcasterSupportDeadlockTest…
kevinjwalls Apr 16, 2024
8a5b86c
8196106: Support nested infinite or recursive flat mapped streams
Apr 16, 2024
56ff87a
8330359: G1: Remove unused forward declaration in g1BlockOffsetTable.hpp
albertnetymk Apr 16, 2024
61fa4d4
8330351: Remove the SHARED_LIBRARY and STATIC_LIBRARY macros
magicus Apr 16, 2024
6e77d91
8330261: Clean up linking steps
magicus Apr 16, 2024
e073d5b
8329665: fatal error: memory leak: allocating without ResourceMark
pchilano Apr 16, 2024
bfff02e
8330165: C2: make superword consistently use PhaseIdealLoop::register…
rwestrel Apr 16, 2024
f11a496
8180450: secondary_super_cache does not scale well
Apr 16, 2024
90df3b7
8329190: (ch) DatagramChannel.receive should throw ClosedChannelExcep…
Apr 16, 2024
2ede143
8330279: Typo in `java.text.Bidi` class description
naotoj Apr 16, 2024
941bee1
8327640: Allow NumberFormat strict parsing
Apr 16, 2024
f7c8413
8326116: JFR: Add help option to -XX:StartFlightRecording
egahlin Apr 16, 2024
76cbe48
8329430: MetaspaceShared::preload_and_dump should clear pending excep…
calvinccheung Apr 16, 2024
d1c6cd1
8330133: libj2pkcs11.so crashes on some pkcs#11 v3.0 libraries
slumericanB Apr 16, 2024
fb4cf1c
8329636: Deprecate -XX:+PreserveAllAnnotations
Apr 16, 2024
f6f038a
8317368: [JVMCI] SIGSEGV in JVMCIEnv::initialize_installed_code on li…
Apr 17, 2024
c8702ed
8330213: RISC-V: C2: assert(false) failed: bad AD file after JDK-8316991
feilongjiang Apr 17, 2024
e57a322
8329970: Update autoconf build-aux files with latest from 2024-01-01
erikj79 Apr 17, 2024
cd4c3aa
8330242: RISC-V: Simplify and remove CORRECT_COMPILER_ATOMIC_SUPPORT …
zifeihan Apr 17, 2024
2fe2f3a
8323900: Avoid calling os::init_random() in CDS static dump
iklam Apr 17, 2024
01bda27
8330011: [s390x] update block-comments to make code consistent
offamitkumar Apr 17, 2024
9d63fee
8330262: C2: simplify transfer of GC barrier data from Ideal to Mach …
robcasloz Apr 17, 2024
7744b00
8327946: containers/docker/TestJFREvents.java fails when host kernel …
Apr 17, 2024
3ccbc6d
8330280: SharedRuntime::get_resolved_entry should not return c2i entr…
Apr 17, 2024
e4021ad
8330272: Wrong javadoc for ValueLayout.JAVA_LONG/JAVA_DOUBLE on x86 3…
minborg Apr 17, 2024
d2f9a1e
Merge
jaikiran Apr 17, 2024
9445047
8330163: C2: improve CMoveNode::Value() when condition is always true…
rwestrel Apr 17, 2024
89129e3
8212895: ChronoField.INSTANT_SECONDS's range doesn't match the range …
jaikiran Apr 17, 2024
5841cb3
8330107: Separate out "awt" libraries from Awt2dLibraries.gmk
magicus Apr 17, 2024
811aadd
8324683: Unify AttachListener code for Posix platforms
Apr 17, 2024
ff3e76f
8330053: JFR: Use LocalDateTime instead ZonedDateTime
egahlin Apr 17, 2024
03e8417
8329948: Remove string template feature
mcimadamore Apr 17, 2024
192ec38
8329595: spurious variable "might not have been initialized" on stat…
archiecobbs Apr 17, 2024
9fd7802
8325494: C2: Broken graph after not skipping CastII node anymore for …
rwestrel Apr 17, 2024
fd331ff
8325469: Freeze/Thaw code can crash in the presence of OSR frames
pchilano Apr 17, 2024
4895a15
8319516: AIX System::loadLibrary needs support to load a shared libra…
Apr 17, 2024
0646284
8317376: Minor improvements to the 'this' escape analyzer
archiecobbs Apr 17, 2024
fe0227e
8311098: Change comment in verificationType.hpp to refer to _sym
iklam Apr 18, 2024
706b421
8330467: NoClassDefFoundError when lambda is in a hidden class
asotona Apr 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion make/Bundles.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -28,6 +28,9 @@ default: all
include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include MakeIO.gmk

PRODUCT_TARGETS :=
LEGACY_TARGETS :=
TEST_TARGETS :=
2 changes: 2 additions & 0 deletions make/CompileDemos.gmk
Original file line number Diff line number Diff line change
@@ -31,6 +31,8 @@ default: all

include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include JavaCompilation.gmk
include TextFileProcessing.gmk
include ZipArchive.gmk
2 changes: 2 additions & 0 deletions make/CompileInterimLangtools.gmk
Original file line number Diff line number Diff line change
@@ -28,6 +28,8 @@ default: all

include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include JavaCompilation.gmk
include Modules.gmk

2 changes: 1 addition & 1 deletion make/CompileModuleTools.gmk
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ $(eval $(call SetupJavaCompilation, BUILD_JIGSAW_TOOLS, \
build/tools/jigsaw, \
COPY := .properties .html, \
BIN := $(TOOLS_CLASSES_DIR), \
DISABLED_WARNINGS := fallthrough this-escape, \
DISABLED_WARNINGS := fallthrough, \
JAVAC_FLAGS := \
--add-modules jdk.jdeps \
--add-exports java.base/jdk.internal.module=ALL-UNNAMED \
2 changes: 2 additions & 0 deletions make/CompileToolsJdk.gmk
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@ default: all

include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include JavaCompilation.gmk
include TextFileProcessing.gmk

2 changes: 2 additions & 0 deletions make/CopyImportModules.gmk
Original file line number Diff line number Diff line change
@@ -31,6 +31,8 @@ default: all
include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk

LIBS_DIR := $(wildcard $(addsuffix /$(MODULE), $(IMPORT_MODULES_LIBS)))
CMDS_DIR := $(wildcard $(addsuffix /$(MODULE), $(IMPORT_MODULES_CMDS)))
CONF_DIR := $(wildcard $(addsuffix /$(MODULE), $(IMPORT_MODULES_CONF)))
2 changes: 2 additions & 0 deletions make/CopyInterimTZDB.gmk
Original file line number Diff line number Diff line change
@@ -28,6 +28,8 @@ default: all
include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk

##########################################################################################

### TZDB tool needs files from java.time.zone package
2 changes: 2 additions & 0 deletions make/CreateJmods.gmk
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@ default: all

include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include Execute.gmk
include Modules.gmk

2 changes: 2 additions & 0 deletions make/Docs.gmk
Original file line number Diff line number Diff line change
@@ -26,6 +26,8 @@ default: all

include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include Execute.gmk
include Modules.gmk
include ModuleTools.gmk
2 changes: 2 additions & 0 deletions make/GenerateLinkOptData.gmk
Original file line number Diff line number Diff line change
@@ -31,6 +31,8 @@ default: all

include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include JavaCompilation.gmk

################################################################################
2 changes: 2 additions & 0 deletions make/GraalBuilderImage.gmk
Original file line number Diff line number Diff line change
@@ -31,6 +31,8 @@ default: all
include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk

################################################################################

TARGETS :=
2 changes: 2 additions & 0 deletions make/Images.gmk
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@ default: all

include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include Execute.gmk
include Modules.gmk
include Utils.gmk
25 changes: 25 additions & 0 deletions make/InitSupport.gmk
Original file line number Diff line number Diff line change
@@ -536,6 +536,31 @@ else # $(HAS_SPEC)=true
endef
endif

##############################################################################
# Functions for timers
##############################################################################

# Store the build times in this directory.
BUILDTIMESDIR=$(OUTPUTDIR)/make-support/build-times

# Record starting time for build of a sub repository.
define RecordStartTime
$(DATE) '+%Y %m %d %H %M %S' | $(AWK) '{ print $$1,$$2,$$3,$$4,$$5,$$6,($$4*3600+$$5*60+$$6) }' > $(BUILDTIMESDIR)/build_time_start_$(strip $1) && \
$(DATE) '+%Y-%m-%d %H:%M:%S' > $(BUILDTIMESDIR)/build_time_start_$(strip $1)_human_readable
endef

# Record ending time and calculate the difference and store it in a
# easy to read format. Handles builds that cross midnight. Expects
# that a build will never take 24 hours or more.
define RecordEndTime
$(DATE) '+%Y %m %d %H %M %S' | $(AWK) '{ print $$1,$$2,$$3,$$4,$$5,$$6,($$4*3600+$$5*60+$$6) }' > $(BUILDTIMESDIR)/build_time_end_$(strip $1)
$(DATE) '+%Y-%m-%d %H:%M:%S' > $(BUILDTIMESDIR)/build_time_end_$(strip $1)_human_readable
$(ECHO) `$(CAT) $(BUILDTIMESDIR)/build_time_start_$(strip $1)` `$(CAT) $(BUILDTIMESDIR)/build_time_end_$(strip $1)` $1 | \
$(AWK) '{ F=$$7; T=$$14; if (F > T) { T+=3600*24 }; D=T-F; H=int(D/3600); \
M=int((D-H*3600)/60); S=D-H*3600-M*60; printf("%02d:%02d:%02d %s\n",H,M,S,$$15); }' \
> $(BUILDTIMESDIR)/build_time_diff_$(strip $1)
endef

define StartGlobalTimer
$(RM) -r $(BUILDTIMESDIR) 2> /dev/null && \
$(MKDIR) -p $(BUILDTIMESDIR) && \
2 changes: 2 additions & 0 deletions make/JrtfsJar.gmk
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@ default: all

include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include JavaCompilation.gmk
include JarArchive.gmk
include TextFileProcessing.gmk
2 changes: 2 additions & 0 deletions make/MacBundles.gmk
Original file line number Diff line number Diff line change
@@ -25,6 +25,8 @@

include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include TextFileProcessing.gmk

default: bundles
2 changes: 2 additions & 0 deletions make/ModuleWrapper.gmk
Original file line number Diff line number Diff line change
@@ -35,6 +35,8 @@ default: all
include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk

MODULE_SRC := $(TOPDIR)/src/$(MODULE)

# All makefiles should add the targets to be built to this variable.
6 changes: 1 addition & 5 deletions make/RunTestsPrebuiltSpec.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2017, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -176,7 +176,3 @@ ULIMIT := ulimit
ifeq ($(OPENJDK_BUILD_OS), windows)
PATHTOOL := cygpath
endif

################################################################################
# Simple macros from spec.gmk.in
SHARED_LIBRARY=$(LIBRARY_PREFIX)$1$(SHARED_LIBRARY_SUFFIX)
12 changes: 11 additions & 1 deletion make/SourceRevision.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -41,6 +41,16 @@ $(eval $(call IncludeCustomExtension, SourceRevision-pre.gmk))

STORED_SOURCE_REVISION := $(TOPDIR)/.src-rev

# Locate all sourcecode repositories included in the forest, as absolute paths
FindAllReposAbs = \
$(strip $(sort $(dir $(filter-out $(TOPDIR)/build/%, $(wildcard \
$(addprefix $(TOPDIR)/, .git */.git */*/.git */*/*/.git */*/*/*/.git) \
)))))

# Locate all sourcecode repositories included in the forest, as relative paths
FindAllReposRel = \
$(strip $(subst $(TOPDIR)/,.,$(patsubst $(TOPDIR)/%/, %, $(FindAllReposAbs))))

USE_SCM := false
ifneq ($(and $(GIT), $(wildcard $(TOPDIR)/.git)), )
USE_SCM := true
2 changes: 2 additions & 0 deletions make/StaticLibsImage.gmk
Original file line number Diff line number Diff line change
@@ -30,6 +30,8 @@ default: all

include $(SPEC)
include MakeBase.gmk

include CopyFiles.gmk
include Modules.gmk

ALL_MODULES = $(call FindAllModules)
64 changes: 51 additions & 13 deletions make/autoconf/build-aux/autoconf-config.guess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
#
# Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2012, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -25,11 +25,11 @@
#

# Attempt to guess a canonical system name.
# Copyright 1992-2022 Free Software Foundation, Inc.
# Copyright 1992-2024 Free Software Foundation, Inc.

# shellcheck disable=SC2006,SC2268 # see below for rationale

timestamp='2022-09-17'
timestamp='2024-01-01'

# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ me=`echo "$0" | sed -e 's,.*/,,'`
usage="\
Usage: $0 [OPTION]

Output the configuration name of the system \`$me' is run on.
Output the configuration name of the system '$me' is run on.

Options:
-h, --help print this help, then exit
@@ -85,13 +85,13 @@ version="\
GNU config.guess ($timestamp)

Originally written by Per Bothner.
Copyright 1992-2022 Free Software Foundation, Inc.
Copyright 1992-2024 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."

help="
Try \`$me --help' for more information."
Try '$me --help' for more information."

# Parse command line
while test $# -gt 0 ; do
@@ -127,8 +127,8 @@ GUESS=
# temporary files to be created and, as you can see below, it is a
# headache to deal with in a portable fashion.

# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
# use `HOST_CC' if defined, but it is deprecated.
# Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still
# use 'HOST_CC' if defined, but it is deprecated.

# Portable tmp directory creation inspired by the Autoconf team.

@@ -180,20 +180,26 @@ Linux|GNU|GNU/*)

set_cc_for_build
cat <<-EOF > "$dummy.c"
#if defined(__ANDROID__)
LIBC=android
#else
#include <features.h>
#if defined(__UCLIBC__)
LIBC=uclibc
#elif defined(__dietlibc__)
LIBC=dietlibc
#elif defined(__GLIBC__)
LIBC=gnu
#elif defined(__LLVM_LIBC__)
LIBC=llvm
#else
#include <stdarg.h>
/* First heuristic to detect musl libc. */
#ifdef __DEFINED_va_list
LIBC=musl
#endif
#endif
#endif
EOF
cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
eval "$cc_set_libc"
@@ -484,7 +490,7 @@ case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in
UNAME_RELEASE=`uname -v`
;;
esac
# Japanese Language versions have a version number like `4.1.3-JL'.
# Japanese Language versions have a version number like '4.1.3-JL'.
SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'`
GUESS=sparc-sun-sunos$SUN_REL
;;
@@ -929,7 +935,7 @@ EOF
fi
;;
*:FreeBSD:*:*)
UNAME_PROCESSOR=`/usr/bin/uname -p`
UNAME_PROCESSOR=`uname -p`
case $UNAME_PROCESSOR in
amd64)
UNAME_PROCESSOR=x86_64 ;;
@@ -1001,7 +1007,27 @@ EOF
GUESS=$UNAME_MACHINE-unknown-minix
;;
aarch64:Linux:*:*)
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
set_cc_for_build
CPU=$UNAME_MACHINE
LIBCABI=$LIBC
if test "$CC_FOR_BUILD" != no_compiler_found; then
ABI=64
sed 's/^ //' << EOF > "$dummy.c"
#ifdef __ARM_EABI__
#ifdef __ARM_PCS_VFP
ABI=eabihf
#else
ABI=eabi
#endif
#endif
EOF
cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
eval "$cc_set_abi"
case $ABI in
eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
esac
fi
GUESS=$CPU-unknown-linux-$LIBCABI
;;
aarch64_be:Linux:*:*)
UNAME_MACHINE=aarch64_be
@@ -1067,6 +1093,15 @@ EOF
k1om:Linux:*:*)
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
;;
kvx:Linux:*:*)
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
;;
kvx:cos:*:*)
GUESS=$UNAME_MACHINE-unknown-cos
;;
kvx:mbr:*:*)
GUESS=$UNAME_MACHINE-unknown-mbr
;;
loongarch32:Linux:*:* | loongarch64:Linux:*:*)
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
;;
@@ -1222,7 +1257,7 @@ EOF
GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION
;;
i*86:OS/2:*:*)
# If we were able to find `uname', then EMX Unix compatibility
# If we were able to find 'uname', then EMX Unix compatibility
# is probably installed.
GUESS=$UNAME_MACHINE-pc-os2-emx
;;
@@ -1363,7 +1398,7 @@ EOF
GUESS=ns32k-sni-sysv
fi
;;
PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
PENTIUM:*:4.0*:*) # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort
# says <Richard.M.Bartel@ccMail.Census.GOV>
GUESS=i586-unisys-sysv4
;;
@@ -1585,6 +1620,9 @@ EOF
*:Unleashed:*:*)
GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE
;;
*:Ironclad:*:*)
GUESS=$UNAME_MACHINE-unknown-ironclad
;;
esac

# Do we have a guess based on uname results?
Loading