Discussion:
[Bug build/23098] New: remove gdbarch.sh
tromey at sourceware dot org
2018-04-20 15:12:09 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23098

Bug ID: 23098
Summary: remove gdbarch.sh
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: build
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org
Target Milestone: ---

Now that gdb is using c++, it seems to me that gdbarch.sh could
be removed in favor of template objects.

The benefit of doing this would be that there would be fewer
steps when modifying gdbarch. Also, it would probably be easier
to read, because it would be ordinary C++ code, rather than
a complicated shell script.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...