diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-18 21:15:26 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-18 21:15:26 +0000 |
commit | d90f7aa552698f735244940c9d0de6dfebaac049 (patch) | |
tree | b4b77627bdbe712a8e004297f3741c2c2f324912 /sim | |
parent | 0c4cec9f7257763af9b18c50b481be10618d287a (diff) | |
download | gdb-d90f7aa552698f735244940c9d0de6dfebaac049.zip gdb-d90f7aa552698f735244940c9d0de6dfebaac049.tar.gz gdb-d90f7aa552698f735244940c9d0de6dfebaac049.tar.bz2 |
Add a comment.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/sim-load.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/common/sim-load.c b/sim/common/sim-load.c index 0fc1b4c..1d5cb09 100644 --- a/sim/common/sim-load.c +++ b/sim/common/sim-load.c @@ -15,6 +15,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* This is a standalone loader, independent of the sim-basic.h machinery, + as it is used by simulators that don't use it [though that doesn't mean + to suggest that they shouldn't :-)]. */ + #include "config.h" #ifdef __STDC__ #include <stdarg.h> |