diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-26 20:20:23 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-26 20:38:31 -0500 |
commit | 1b393626cef48974502e7077b191555b56680ee6 (patch) | |
tree | 90319a4085b670ee672d0bf335352b45789a07e9 /sim/README-HACKING | |
parent | 466b619e95908dc073b78413f0d0d0b1cb97e4b5 (diff) | |
download | gdb-1b393626cef48974502e7077b191555b56680ee6.zip gdb-1b393626cef48974502e7077b191555b56680ee6.tar.gz gdb-1b393626cef48974502e7077b191555b56680ee6.tar.bz2 |
sim: punt WITH_DEVICES & tconfig.h support
No arch is using this anymore, and we want all new ports using the
hardware framework instead. Punt WITH_DEVICES and the two callbacks
device_io_{read,write}_buffer.
We can also punt the tconfig.h file as no port is using it anymore.
This fixes in-tree builds that get confused by picking up the wrong
one (common/ vs <port>/) caused by commit ae7d0cac8ce971f7108d270c.
Any port that needs to set up a global define can use their own
sim-main.h file that they must provide regardless.
Diffstat (limited to 'sim/README-HACKING')
-rw-r--r-- | sim/README-HACKING | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING index 188ca3c..26dbde2 100644 --- a/sim/README-HACKING +++ b/sim/README-HACKING @@ -7,7 +7,6 @@ Contents - Common Makefile Support - TAGS support - Generating "configure" files -- tconfig.h - C Language Assumptions - "dump" commands under gdb @@ -159,16 +158,6 @@ To add the entries to an alternative ChangeLog file, use: $ make ChangeLog=MyChangeLog .... -tconfig.h -========== - -File tconfig.h defines one or more target configuration macros -(e.g. a tm.h file). There are very few that need defining. -For a list of all of them, see common/tconfig.h. -It contains them all, commented out. -The intent is that a new port can just copy this file and -define the ones it needs. - C Language Assumptions ====================== |