aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-02-16 09:15:57 +1030
committerAlan Modra <amodra@gmail.com>2023-02-16 21:00:50 +1030
commit7ed4ad59e91d8bd14807d6ca6a64b93757596df2 (patch)
treea0beacff1c2dc37582569dfc5fee98260f521130 /gas/as.h
parent7f27b6b18a0b72372128b2f49f743084776f1c54 (diff)
downloadfsf-binutils-gdb-7ed4ad59e91d8bd14807d6ca6a64b93757596df2.zip
fsf-binutils-gdb-7ed4ad59e91d8bd14807d6ca6a64b93757596df2.tar.gz
fsf-binutils-gdb-7ed4ad59e91d8bd14807d6ca6a64b93757596df2.tar.bz2
Delete PROGRESS macros
I don't see much point in cluttering the source with the PROGRESS macros, which of course do nothing at all with the definitions in progress.h. progress.h is unchanged apart from the copyright comment since commit d4d4c53c68f0 in 1994. binutils/ * ar.c: Don't include progress.h, or invoke PROGRESS macros. * nm.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise. gas/ * as.h: Don't include progress.h. * as.c: Don't invoke PROGRESS macros. * write.c: Likewise. include/ * progress.h: Delete. ld/ * ldmain.c: Don't include progress.h, or invoke PROGRESS macros.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/as.h b/gas/as.h
index 06dfc58..4c5fa9e 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -77,9 +77,6 @@
#include "bfd.h"
#include "libiberty.h"
-/* Define the standard progress macros. */
-#include "progress.h"
-
/* Other stuff from config.h. */
#ifdef NEED_DECLARATION_ENVIRON
extern char **environ;