[v3,0/2] Update ARC definitions in elf/elf.h

Message ID 20221127173825.3106-1-shahab@synopsys.com
Headers
Series Update ARC definitions in elf/elf.h |

Message

Shahab Vahedi Nov. 27, 2022, 5:38 p.m. UTC
  After updating the ARC definitions in elf/elf.h (the second patch of
this series), I noticed a lack of parsing support for it in glibcpp.py.
Please read the description of the first patch for more details.  To
have the tests pass all the time, the first patch fixes the potential
issue and the second one is related to the actual update of definitions
in elf.h header.

Rationale for the CCs:

Florian Weimer -- Changes related to glibcpp and glibcelf
Vineet  Gupta  -- Changes related to elf.h (ARC section)

Shahab Vahedi (2):
  scripts: Add "|" operator support to glibcpp's parsing
  ARC: update definitions in elf/elf.h

 elf/elf.h                | 29 ++++++++++++++++++++++++-----
 scripts/glibcelf.py      |  3 +++
 scripts/glibcpp.py       |  1 +
 support/tst-glibcpp.py   |  1 +
 sysdeps/arc/dl-machine.h |  8 ++++----
 5 files changed, 33 insertions(+), 9 deletions(-)