diff options
Diffstat (limited to 'gdb/rs6000-tdep.h')
-rw-r--r-- | gdb/rs6000-tdep.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/rs6000-tdep.h b/gdb/rs6000-tdep.h index d31d467851d..fb04d650c68 100644 --- a/gdb/rs6000-tdep.h +++ b/gdb/rs6000-tdep.h @@ -15,6 +15,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef RS6000_TDEP_H +#define RS6000_TDEP_H + /* Minimum possible text address in AIX. */ #define AIX_TEXT_SEGMENT_BASE 0x10000000 +#endif /* RS6000_TDEP_H */ |