summaryrefslogtreecommitdiff
path: root/libiberty/hex.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-23 03:17:29 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-23 03:17:29 +0000
commite500d4286864b02e917a8e0dee3bdbbb497be21f (patch)
tree90687e0dba64c8ca48edd60cb90c824ad7163a67 /libiberty/hex.c
parentce029034776e856c62872540e12dfbd3f87c5b23 (diff)
downloadgcc-e500d4286864b02e917a8e0dee3bdbbb497be21f.tar.gz
include:
* libiberty.h (hex_init): Revert delete. libiberty: * hex.c (hex_init): Provide empty stub. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46421 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/hex.c')
-rw-r--r--libiberty/hex.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/hex.c b/libiberty/hex.c
index 1c1d292823b..3ba04ba83de 100644
--- a/libiberty/hex.c
+++ b/libiberty/hex.c
@@ -20,6 +20,12 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h> /* for EOF */
#include "libiberty.h"
+/* Provided for ABI compatibility. */
+void
+hex_init ()
+{
+}
+
/* Are we ASCII? */
#if '\n' == 0x0A && ' ' == 0x20 && '0' == 0x30 \
&& 'A' == 0x41 && 'a' == 0x61 && '!' == 0x21 \