]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/write.c
Delete PROGRESS macros
authorAlan Modra <amodra@gmail.com>
Wed, 15 Feb 2023 22:45:57 +0000 (09:15 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 16 Feb 2023 10:30:50 +0000 (21:00 +1030)
commit7ed4ad59e91d8bd14807d6ca6a64b93757596df2
treea0beacff1c2dc37582569dfc5fee98260f521130
parent7f27b6b18a0b72372128b2f49f743084776f1c54
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.
binutils/ar.c
binutils/nm.c
binutils/objcopy.c
binutils/objdump.c
gas/as.c
gas/as.h
gas/write.c
include/progress.h [deleted file]
ld/ldmain.c