Fix test failures (arch not recognized)
authorLaurent Morichetti <laurent.morichetti@amd.com>
Sun, 22 Dec 2019 06:05:30 +0000 (22:05 -0800)
committerLaurent Morichetti <laurent.morichetti@amd.com>
Sun, 22 Dec 2019 06:05:30 +0000 (22:05 -0800)
commit6c81ab163e9d49ce8d7913adef8e644f4c5a3bad
tree260dd9f78d19b7ca0358e82635e2afd95c0b4c82
parent768f89bc8893662b043e4dc9b7a327eaddd093eb
Fix test failures (arch not recognized)

The following tests:
  - gdb.base/all-architectures-0.exp
  - gdb.base/all-architectures-1.exp
  - gdb.base/all-architectures-3.exp

fail with an "arch not recognized" error.

GDB cannot select architectures that are not supported by the ROCdbgapi
library. Remove unsupported architectures from the arch_info struct.

bfd/ChangeLog:

        * cpu-amdgcn.c (arch_info_struct): Remove unsupported
        architectures.

Change-Id: Ie9c72499fecdd64223184864cfe425330b582cf3
bfd/cpu-amdgcn.c
This page took 0.023935 seconds and 4 git commands to generate.