diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-04-24 01:43:33 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-04-24 01:43:33 +0000 |
commit | 0f0569c4ae6c593d573b2961438826fc80ae1e42 (patch) | |
tree | a2593bb53ea21de93bdc0a05bc6cc8ffefbd3601 /include/ChangeLog | |
parent | 6e94181b1eec688155f664b137f5332b9d1bdcad (diff) | |
download | gdb-0f0569c4ae6c593d573b2961438826fc80ae1e42.zip gdb-0f0569c4ae6c593d573b2961438826fc80ae1e42.tar.gz gdb-0f0569c4ae6c593d573b2961438826fc80ae1e42.tar.bz2 |
include/
* bfdlink.h (bfd_link_callbacks): Add error_handler.
ld/
* ldmain.c (link_callbacks): Initialize error_handler.
* ldmisc.c (error_handler): New function.
* ldmisc.h (error_handler): New prototype.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 37bf713..3d7ec5c 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2003-04-23 H.J. Lu <hjl@gnu.org> + + * bfdlink.h (bfd_link_callbacks): Add error_handler. + 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com> * coff/tic4x.h: Namespace cleanup. Replace s/c4x/tic4x |