diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-08-28 22:54:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-08-28 22:54:13 +0000 |
commit | e41a1546e10d7d4794abed2df54cc25101dc2c18 (patch) | |
tree | a7f1f56a328ffcd4b8539ab4ec1525688a209a99 /bfd/hosts/i386v.h | |
parent | cf24f26c84ffc4e71fe2aa80dbc1921f3fed11a9 (diff) | |
download | gdb-e41a1546e10d7d4794abed2df54cc25101dc2c18.zip gdb-e41a1546e10d7d4794abed2df54cc25101dc2c18.tar.gz gdb-e41a1546e10d7d4794abed2df54cc25101dc2c18.tar.bz2 |
Back out the HOST_BIG_ENDIAN_P changes I put in yesterday.
Diffstat (limited to 'bfd/hosts/i386v.h')
-rw-r--r-- | bfd/hosts/i386v.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index c2a96c1..328703b 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -50,8 +50,6 @@ # endif */ -#undef HOST_BIG_ENDIAN_P - #ifndef DONTDECLARE_MALLOC extern PTR EXFUN(malloc,(unsigned)); extern PTR EXFUN(realloc, (PTR, unsigned)); |