X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fosabi.c;h=e250e019b7501baa4c8d5062fdfb4705a2a44428;hb=2301204a3b3cd6553f7490498b3adc5973157c1b;hp=cc1652c5ad0d057b893ff2bf66164cdb9f738cbc;hpb=405feb71d4733a36cdc0629e9e4ccecd1a40dc39;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/osabi.c b/gdb/osabi.c index cc1652c5ad..e250e019b7 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -1,6 +1,7 @@ /* OS ABI variant handling for GDB. - Copyright (C) 2001-2019 Free Software Foundation, Inc. + Copyright (C) 2001-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. @@ -81,6 +82,7 @@ static const struct osabi_names gdb_osabi_names[] = { "Newlib", NULL }, { "SDE", NULL }, { "PikeOS", NULL }, + { "AMD HSA Runtime" }, { "", NULL } }; @@ -346,7 +348,7 @@ gdbarch_init_osabi (struct gdbarch_info info, struct gdbarch *gdbarch) continue; /* If the architecture described by ARCH_INFO can run code for - the architcture we registered the handler for, then the + the architecture we registered the handler for, then the handler is applicable. Note, though, that if the handler is for an architecture that is a superset of ARCH_INFO, we can't use that --- it would be perfectly correct for it to install