Use enum bitfield for the calling_convention attribute of a subroutine
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Fri, 20 Dec 2019 17:23:32 +0000 (18:23 +0100)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Fri, 20 Dec 2019 18:27:29 +0000 (19:27 +0100)
commitd0922fcf02c6f60ca17cbddccd8b9c8f789eef8c
treeb2686ddf77366db1c6a3646d22b687b2d27b3c88
parentc855a9125ade61c046091373bafdae0c719118e0
Use enum bitfield for the calling_convention attribute of a subroutine

This is a refactoring.  Instead of a plain unsigned value, use an enum
bitfield.

gdb/ChangeLog:
2019-12-20  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

* dwarf2read.c (is_valid_DW_AT_calling_convention_for_subroutine):
New function.
(read_subroutine_type): Validate the parsed
DW_AT_calling_convention value before assigning it to a
subroutine's calling_convention attribute.
* gdbtypes.h (struct func_type) <calling_convention>: Use
an enum bitfield as its type, instead of plain unsigned.

Change-Id: Ibc6b2f71e885cbc5c3c9d49734f7125acbfd1bcd
gdb/ChangeLog
gdb/dwarf2read.c
gdb/gdbtypes.h
This page took 0.02448 seconds and 4 git commands to generate.