diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-17 08:46:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-17 08:46:20 +0000 |
commit | d80380145f9edc769f421ab26a0f27819d39b9b5 (patch) | |
tree | 40f5020b7ab616da69a9322a683f504689b65235 /gdb/TODO | |
parent | e2bdc01eaa62b069c7635a067db59f0882de4fe8 (diff) | |
download | gdb-d80380145f9edc769f421ab26a0f27819d39b9b5.zip gdb-d80380145f9edc769f421ab26a0f27819d39b9b5.tar.gz gdb-d80380145f9edc769f421ab26a0f27819d39b9b5.tar.bz2 |
Minor maint et.al. tweeks.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -209,6 +209,21 @@ supress unused parameter warnings. -- +Eliminate more compiler warnings. + +Of course there also needs to be the usual debate over which warnings +are valid and how to best go about this. + +One method: choose a single option; get agreement that it is +reasonable; try it out to see if there isn't anything silly about it +(-Wunused-parameters is an example of that) then incrementally hack +away. + +The other method is to enable all warnings and eliminate them from one +file at a time. + +-- + Delete macro TARGET_BYTE_ORDER_SELECTABLE. Patches in the database. @@ -425,6 +440,18 @@ Is there a command already? -- +Eliminate PTR. ISO-C allows ``void *''. + +-- + +Eliminate abort (). + +GDB should never abort. GDB should either throw ``error ()'' or +``internal_error ()''. Better still GDB should naturally unwind with +an error status. + +-- + Architectural Changes ===================== @@ -578,6 +605,12 @@ Following that would, finaly be the corresponding changes to the target. -- +Fix ``I'm sorry, Dave, I can't do that.'' from symfile.c. + +This requires internationalization. + +-- + Check that GDB can handle all BFD architectures (Andrew Cagney) There should be a test that checks that BFD/GDB are in sync with |