diff options
author | Gary Benson <gbenson@redhat.com> | 2014-07-28 14:04:00 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-08-07 09:06:42 +0100 |
commit | a5fceff840e2928ee7a5cc34196b639d7e65016b (patch) | |
tree | 9006021ff8e9db052c526574cd085b31f89d59c0 /gdb/gdbserver/ChangeLog | |
parent | b939114242762636cfdcf9a45949cb54cdaacc8c (diff) | |
download | gdb-a5fceff840e2928ee7a5cc34196b639d7e65016b.zip gdb-a5fceff840e2928ee7a5cc34196b639d7e65016b.tar.gz gdb-a5fceff840e2928ee7a5cc34196b639d7e65016b.tar.bz2 |
Move pathmax.h to common-defs.h
This commit moves the inclusion of pathmax.h to common-defs.h and
removes all other inclusions.
gdb/
2014-08-07 Gary Benson <gbenson@redhat.com>
* common/common-defs.h: Include pathmax.h.
* defs.h: Do not include pathmax.h.
gdb/gdbserver/
2014-08-07 Gary Benson <gbenson@redhat.com>
* server.h: Do not include pathmax.h.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 487ada9..5c97425 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,9 @@ 2014-08-07 Gary Benson <gbenson@redhat.com> + * server.h: Do not include pathmax.h. + +2014-08-07 Gary Benson <gbenson@redhat.com> + * server.h: Do not include libiberty.h. * linux-bfin-low.c: Likewise. |