aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.com
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-08-04 12:49:03 +0930
committerAlan Modra <amodra@gmail.com>2022-08-06 08:08:32 +0930
commit4900c4e60c75113e71f80722267dde68668204dd (patch)
tree81ebed46e4bca47f07328de8cadef1ff94805451 /bfd/configure.com
parent29136be7df3418fc09555eeac5dde6b43106e9be (diff)
downloadgdb-4900c4e60c75113e71f80722267dde68668204dd.zip
gdb-4900c4e60c75113e71f80722267dde68668204dd.tar.gz
gdb-4900c4e60c75113e71f80722267dde68668204dd.tar.bz2
Get rid of BFD_VMA_FMT
Remove the BFD_VMA_FMT defines in bfd.h and configure support. * bfd-in.h (BFD_VMA_FMT): Don't define. * configure.ac (BFD_INT64_FMT): Remove configure test. * configure.com: Likewise. * Makefile.in: Regenerate. * bfd-in2.h: Regenerate. * configure: Regenerate.
Diffstat (limited to 'bfd/configure.com')
-rw-r--r--bfd/configure.com12
1 files changed, 0 insertions, 12 deletions
diff --git a/bfd/configure.com b/bfd/configure.com
index cfff494..5dfa7d1 100644
--- a/bfd/configure.com
+++ b/bfd/configure.com
@@ -60,12 +60,6 @@ $DECK
ERASE(match_pos);
COPY_TEXT('64');
ENDIF;
- match_pos := SEARCH_QUIETLY('@BFD_INT64_FMT@', FORWARD, EXACT, rang);
- IF match_pos <> 0 THEN;
- POSITION(BEGINNING_OF(match_pos));
- ERASE(match_pos);
- COPY_TEXT('"l"');
- ENDIF;
match_pos := SEARCH_QUIETLY('@bfd_file_ptr@', FORWARD, EXACT, rang);
IF match_pos <> 0 THEN;
POSITION(BEGINNING_OF(match_pos));
@@ -120,12 +114,6 @@ $DECK
ERASE(match_pos);
COPY_TEXT('32');
ENDIF;
- match_pos := SEARCH_QUIETLY('@BFD_INT64_FMT@', FORWARD, EXACT, rang);
- IF match_pos <> 0 THEN;
- POSITION(BEGINNING_OF(match_pos));
- ERASE(match_pos);
- COPY_TEXT('"ll"');
- ENDIF;
match_pos := SEARCH_QUIETLY('@bfd_file_ptr@', FORWARD, EXACT, rang);
IF match_pos <> 0 THEN;
POSITION(BEGINNING_OF(match_pos));